-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobx instead redux #28
Comments
Out of curiosity, what would make you want to use MobX? Have you tried porting? |
I've used redux before, and didn't like a tonns of boilerplate that i have to write, |
Using Mobx would not allow us to use React Offline (#20) |
I wholeheartedly agree Redux brings with it a lion's share of boilerplate, lifting the barriers to entry for many would-be coders and spurring minimalist Flux implementations like Exim. There is something to be said, however, for maintaining a course until a clear and favorable alternative emerges—and given its lower adoption and complexity, I do not believe MobX to be it. |
jhabdas, i'm not sure, that here is the right place to discuss , however there is nothing Redux can do, that Mobx can't. And i don`t understand, why i have to write so many bolilerplate, if i can achieve same result with another tool? |
@psycura I have not worked with Mobx before, but you can create a PR and we can test the application with Mobx, I can assist you in PR and where to make changes. Would love to study the differences and provide proper support. Right now busy with documentation and examples so that users can understand full power of boilerplate. |
@psycua. Closing issue due to inactivity. Please re-open the issue of you are willing to continue to Mobx |
Hello, and thank you for this awesome boilerplate.
Is this possible to exchange redux state management for Mobx?
If yes, how i can do it?
The text was updated successfully, but these errors were encountered: