DEV Community

Discussion on: Create own react-redux using context api in react

Collapse
 
sakethkowtha profile image
sakethk • Edited

Yes this is not for production just for educational purpose. The reason why I created is when I was learning react. I didn’t understand how redux handle state. Later with the help of context i was able to build on my own. So I thought my learning would help others to understand internal things
Cheers!

Collapse
 
phryneas profile image
Lenz Weber

Yup, it's perfectly fine for that :)

Thread Thread
 
ivan_jrmc profile image
Ivan Jeremic

With recoil I have everything even cleaner and more organized.