Skip to content

Frontend

Sema Putnikov edited this page May 23, 2019 · 4 revisions

  • Store keeps info about status of app.
  • Action keeps task for app to do. It use method dispatch() of Store to transfer this info.
  • Action creators: functions which do actions.
  • Reducer is a function which change status of a Store.

Clone this wiki locally