Search⌘ K
AI Features

Container and Component Folder Structure

Explore how to effectively organize your Redux application by separating components that interact with Redux state from those that do not. This lesson guides you through creating container and component folders, refactoring imports, and optimizing your codebase for better maintainability and clarity in building the Skypey app.

We'll cover the following...

There’s a bit of refactoring you need to do before we move on to coding the Skypey application.

In ...