fragstore
Tiny, easy and powerful React state management [Moved to: https://github.com/teafuljs/teaful] (by aralroca)
mobx-persist
persist mobx stores (by pinqy520)
| fragstore | mobx-persist | |
|---|---|---|
| 4 | 2 | |
| 364 | 556 | |
| - | -0.4% | |
| 7.5 | 0.0 | |
| over 4 years ago | over 5 years ago | |
| JavaScript | TypeScript | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fragstore
Posts with mentions or reviews of fragstore.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-03.
-
Which State Manager y’all use nowadays?
I believe everyone should take a look at this little gem for state management: https://github.com/aralroca/fragstore
- Contributed to some OSS with pull-requests in this year at Hacktoberfest
-
React state with a fragmented store
The fragmented-store library is a single very short file. It's similar of what we'd manually do to create several React Contexts for each property. It automatically creates everything you need to consume and update them (hooks).
- Fragmented Store
mobx-persist
Posts with mentions or reviews of mobx-persist.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-03.
-
Which State Manager y’all use nowadays?
Yeah - there's a library that I typically use for this: https://github.com/pinqy520/mobx-persist
-
options for handling data persistence
For example, if you’re using MobX, then mobx-persist (https://github.com/pinqy520/mobx-persist) is a good option. Redux and other state management libs will no doubt have their own options. The main benefit of these libraries is that you don’t have to manually serialise or de-serialise the data, and whenever the value changes in state, it’ll be persisted to storage.
What are some alternatives?
When comparing fragstore and mobx-persist you can also consider the following projects:
svelte-websocket-store - svelte store with a websocket backend
mobx-store-provider - React Hooks to connect mobx-state-tree to your components
teaful - 🍵 Tiny, easy and powerful React state management
mobx-angular - The MobX connector for Angular.
xen-orchestra - The global orchestration solution to manage and backup XCP-ng and XenServer.
ordinary-puzzles-app - Mobile and web puzzle game built with React-Native