Managing React application state - without using Redux!
Disclaimer : This solution is best suited for small scale projects, and its main motive is to explore the new APIs React provides rather than trying to replace any traditional solutions. So when was the last time you tried managing application state, without Redux? As far as I can remember, for me, it was probably during the time I had…