Is that possible divide my store?
Open
- Dominant language
- Dart
- Stars
- 43
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
In my use case, I plan to have UserState, PostsState, CreatePostState and etc...
Due to using a single state tree, all states of our application are contained inside one big object. However, as our application grows in scale, the store can get really bloated.
Is that a good practice of example that can divide my store?
Contributor guide
Assessment
This issue has not been assessed yet.