Frontend State Management
What is State and Why we need it? Photo by Daniel Leone on Unsplash This is a two-part series, In the first part, I am going to write about why we are speaking a lot about State and why we need it in our application. In the second part, I would write a sample to-do application using React and apply different state containers to evaluate against different architectural concerns like Scalability , Manageability , Performance, and Productivity . Let's start swiftly….. Photo by Austin Distel on Unsplash I am sitting in my office after finishing one of the major application, my state of mind is relaxed and COOL . Well, am I supposed to write about my state of mind, which is in a COOL state or do I need to focus on Application State in the web ecosystem? Well, if you take a birds-eye view, both Mental state and Application state looks to be repres...