Resolving the Initial App Layout: The Main
Explore how to build the Main component in a React Redux app by rendering simple elements and using CSS flexbox for layout. Understand the importance of progressive building and testing to set the foundation for state management.
We'll cover the following...
We'll cover the following...
Okay, now onto the Main component.
Like before, we’ll keep this simple too.
Simply render a simple text within a \<main> element.
While developing apps, you want to be sure to build progressively i.e build in bits, ...