Getting ready

In this recipe, you will build a simple To-do application and you will use the concepts that you just have learned about binding action creators. First, create a new package.json file with the following content:

{ 
    "dependencies": { 
        "express": "4.16.3", 
        "redux": "4.0.0" 
    } 
} 

Then, install the dependencies by opening a Terminal and running:

npm install
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.72.70