Skip to content
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

Closed
psycura opened this issue Oct 27, 2017 · 7 comments
Closed

Mobx instead redux #28

psycura opened this issue Oct 27, 2017 · 7 comments

Comments

@psycura
Copy link

psycura commented Oct 27, 2017

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?

@ghost
Copy link

ghost commented Oct 27, 2017

Out of curiosity, what would make you want to use MobX? Have you tried porting?

@psycura
Copy link
Author

psycura commented Oct 27, 2017

I've used redux before, and didn't like a tonns of boilerplate that i have to write,
prefer the Mobx way.

@dav-is
Copy link
Contributor

dav-is commented Oct 27, 2017

Using Mobx would not allow us to use React Offline (#20)

@ghost
Copy link

ghost commented Oct 28, 2017

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.

@psycura
Copy link
Author

psycura commented Oct 28, 2017

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?

@tirthbodawala
Copy link
Member

@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.
Also we can use both Mobx and Redux, Redux is mainly for Core code, any other module can be installed and used, there is no hard dependency on Redux.

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.
Thanks guys.

atapatel referenced this issue in atapatel/react-pwa Oct 28, 2017
@tirthbodawala
Copy link
Member

@psycua. Closing issue due to inactivity. Please re-open the issue of you are willing to continue to Mobx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants