...

/

Directory Organization

Directory Organization

Learn how to organize the directory.

We'll cover the following...

Since multiple parts of our code might send the same action, we need a place to share the action creator functions. A common pattern is to create a separate directory for all the action creators in the codebase. For ...