Implementing auth flow in React-native with Zustand
Nov 8, 2023 · 10 min read · In case you don't know about Zustand. Zustand is a minimalistic state management library that is easy to set up and use. Almost like the Context-API kinda. Nevertheless, I'll be showing you the implementation of setting up a Global auth store for yo...
Join discussion