Use React Context for Authentication
Featured post
Building a Simple Authentication System with React Context
Hopefully, you'll find something interesting here.
Learn how to read the contents of a directory in Zig using the page allocator.
A custom Jotai hook to keep your state changes and navigate through them
A Look at Emerging Trends and Technologies
Zig unions are a powerful way to represent multiple possible types of a value in a single variable.
How to persist data in your application with Jotai, atomWithStorage might just be the solution you are looking for.
Slices are a core building block of Zig and are used to represent a contiguous sequence of elements. Learn how to create, access and iterate over slices in Zig.
Structs are a fundamental building block of Zig and are used to group related data together in a logical and structured way.
Zig is an amazing programming language that has the potential to become huge in the coming years. Learn more about Zig and why you should consider using it.
A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.
This simple option will make your app more resilient to network failures and give you more control over your fetching logic.
How to structure your state in a way that makes your codebase more maintainable, scalable, and performant.