August 2017
Beginner
374 pages
10h 41m
English
In the previous chapters, we already defined some action creators for our blog application. However, this time we are going to split up our action creators into multiple files in a directory.
Create a src/actions/ directory. Afterward, delete the src/actions.js file to avoid conflicts when importing action creators.
Read now
Unlock full access