Sep 8, 2018 · 1 min read
I have been hearing a lot of devs saying local state is bad and they don’t want to keep the local state and move all of them to redux (like state that doesn’t share, UI state, etc.). :/
I think that is a bit overkill, bad code doesn’t derive from using state, is the matter on how you write and use it.
