August 2017
Beginner
374 pages
10h 41m
English
First, we will define the action types; we have already covered how to do this in a previous section.
Edit src/actionTypes.js and define and export the following action types:
export const EDIT_POST = 'EDIT_POST'export const SET_FILTER = 'SET_FILTER'
Read now
Unlock full access