Using auth-helpers and auth-ui with Zustand

Hi, I'm trying to set up auth in my app, but because I have some complex global state management inside the app, I would like to use Zustand instead of the Context API.

Has anyone done this? It's unfortunate how dependent both packages are on Context, and it's tricky to manage auth without the helpers otherwise.
Was this page helpful?