Things I wish I knew about state management when I started writing React apps
1–10 of 335 posts
Re: Things I wish I knew about state management when I started writing React apps
#2>https://old.reddit.com/r/javascript/comments/f1jop9/6_things...
Re: Things I wish I knew about state management when I started writing React apps
#3Re: Things I wish I knew about state management when I started writing React apps
#4I’ve been learning React and have been avoiding Redux out of fear of complexity. However, as my app grows more complex, the need for a global state manager becomes more apparent. Time to start learning Redux today :)
Re: Things I wish I knew about state management when I started writing React apps
#5Re: Things I wish I knew about state management when I started writing React apps
#6I’ve been learning React and have been avoiding Redux out of fear of complexity. However, as my app grows more complex, the need for a global state manager becomes more apparent. Time to start learning Redux today :)
Re: Things I wish I knew about state management when I started writing React apps
#7I’ve been learning React and have been avoiding Redux out of fear of complexity. However, as my app grows more complex, the need for a global state manager becomes more apparent. Time to start learning Redux today :)
Re: Things I wish I knew about state management when I started writing React apps
#8At the very least, using something like formik shouldn't be a necessity. There should be some qualifier that it's only really needed for very complex forms. Or am I missing something?
Re: Things I wish I knew about state management when I started writing React apps
#9It's been a lot easier to comprehend coming from C than the React options.
Re: Things I wish I knew about state management when I started writing React apps
#10I’ve been learning React and have been avoiding Redux out of fear of complexity. However, as my app grows more complex, the need for a global state manager becomes more apparent. Time to start learning Redux today :)