-
Notifications
You must be signed in to change notification settings - Fork 1
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
Topics for State Management #1
Comments
I would like to take a workshop on redux middleware, I will cover following topics |
@sumit-gupta91 Yes, that sounds good. I will setup this repo with some code and give more information about workshop plan on Monday |
That sounds good to me. So I guess we can come up with a general use case in form of a small app and then both of you can take it as an ideal example. So this becomes like start with an empty puzzle board and then add piece by piece to it and complete the puzzle. By doing this the attendees can have clear about how to think of state management, is redux even required, how to make a decision about when to introduce state management. What say? |
Instead of puzzle, I am thinking using very simple e-commerce app as example. I recently used it for a apollo workshop What do you think ? |
Oops! I didn't say puzzle as an example. I was just putting the analogy of puzzle. So the whole point I was trying was start with a small example and add state management to it step by step in your sessions. 😛 |
ok, got it. |
First timer here, will this be free to attend? |
@tallpants Yes, it is free |
I'm very new to Redux, in fact, I have just started actions docs. Previously, I have worked on React.js, converting modules from php built ones. I had tough time with handling state between components, I had to go through parents and re-render each & every components. I had never thought about this that time. When I started going through some sample applications like Create React Flask, I couldn't understand what is this Redux about. It would be great, if you guys could consider beginners like me :) |
if middlewares are to be covered, i think someone in react meetup gave a talk on how to create a middleware recently. That introduction will be very useful |
@ashish1729 we have got it covered, we will not only look into how to create a middleware but also we will create one based on a problem. |
that's great, looking forward |
This thread is to discuss the agenda for state management using redux.
@akiran Please share what all you're planning for this workshop? Then we can come up with a proper structure and split up of topics.
Looping in the interested instructors:
@sumit-gupta91
The text was updated successfully, but these errors were encountered: