Overview

Learn how to preparing the Funbook app for state management experiments using state management library Redux.

We'll cover the following...

In the previous section, we got our hands a little bit dirty. We managed to build the frontend of a functioning app. Of course, the functionalities we created were limited. A real-world social media app would be much more robust, with many more components and user flows. However, bigger apps bring their own set of problems like:

  • Handling large datasets ...