Do you need to keep all component states in Redux store?

Technology CommunityCategory: ReduxDo you need to keep all component states in Redux store?
VietMX Staff asked 3 years ago

You need to keep your application state as small as possible. You don’t have to push everything in there. Only do it makes a lot of sense to keep something there Or if it makes your life easier when using Dev Tools. But we shouldn’t overload its importance too much.