Skip to content

Migration to Redux (Part 2)

Pavel Rodionov edited this page May 3, 2018 · 1 revision

Now that we created the boilerplate and set up the folder structure, migrating the rest of the app to Redux should be done much faster.

First, lets make search button work

  • add new action to types.js
  • create new actionCreator
  • create new reducer
  • add new reducer to rootreducer
  • make necessary changes to MultipleArticles component

Clone this wiki locally