Stop Using Redux With React!

Here’s why you might not need Redux at all

Bikash Paneru
Level Up Coding
Published in
4 min readDec 28, 2021

--

Picture by Lautaro Andreani on Unsplash

Imagine that you are about to create a new Single Page Application. You initialize a new node project and start installing all the dependencies you need — React and some tool(s) for bundling and transpilation. Then you open up your favorite editor, write all the initial configuration and boilerplate code and are ready to embark on a journey to…

--

--