Why does React State Need a New Object/Array?
If you have been using React for a while, you are familiar with how state update works. There are a lot of internal optimizations that React makes for faster rendering. And one of the implementation details of the React internals is that it does a ch...
wisdomgeek.hashnode.dev3 min read