Skip to content

Using MobX with remix for a React project #1867

Closed Answered by hollandThomas
arunaugustine asked this question in Q&A
Discussion options

You must be logged in to vote

In general you don't need any of the "global state managers". Remix has you covered here, unless there's lots of global client-only state. If that's the case, you can totally use MobX or something more lightweight like zustand.

For server-state, you can think of your database as your global store

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by machour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants