-
Notifications
You must be signed in to change notification settings - Fork 0
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
Logic behind components (multiple states, store,...???) / Page Assembly #138
Comments
I vote redux |
I'm for Redux too. 👍 |
Nope, me neither 🙃 https://egghead.io/courses/getting-started-with-redux I've part watched this 👆 |
I built Reduxstagram with Wes Bos's course: Learn Redux on Youtube. 👷♂️ |
Ha yes me too, that was a great course, I couldn't use it for a demo for some reason on now though |
@miljan-fsd suggested a very interesting article about alternatives to Redux. After reading it + some additional reading i tend to use mobx. My reasons: I don't have much experience with Redux, especially with managing async requests (third-party API, DB). As I know async requests require extra packages like redux-saga. Instead I can get all this (i hope) with mobx. On the other hand, If we have in our team a Redux professional or volunteer who takes the task of managing the app state with Redux, I agree 🙃 |
Guys, are there any ideas about handling state? Redux, mobX? Let me describe our current state with the app
As I understand now, the static piece of state we can move to The dynamic piece of state we can move to a store. The question now is what is better to choose Redux, mobX, something else, or keep in the containers. 🤔 Please share with me your opinions. ❓ 🆘 |
Apollo |
Apparently, Apollo will be the much more user-friendly one to use, if Wes and Scott are anything to go by 😄 https://syntax.fm/show/027/graphql-here-is-what-you-need-to-know |
Definitely, we are going with Apollo 💯 |
Yeah, I love the way those guys explain things Ok, so we're agreed on Apollo, we need to educate ourselves on it now, I guess 😁 I'm currently looking at how Gatsby does data then I'll go onto Apollo, I guess |
continues in #224 |
|
Guys, I guess we are at the point where we need to discuss the overall strategy for:
forms
,buttons
,inputs
,...)They need to handle events, control inputs, request data.
For now I have 2 options: multiple states or redux.
This is the discussion, please comment. 💬
The text was updated successfully, but these errors were encountered: