-
Notifications
You must be signed in to change notification settings - Fork 6
Development
Juho Junnila edited this page Dec 13, 2019
·
6 revisions
Please refer to the app README for information about running the development server, building the production package and running tests.
The following diagram describes the architecture and general data flow of the application.

In the application, the React components call action creators (through user interactions) which dispatch actions to reducers and middleware. Reducers update the store state while middleware control global window event handlers and provide utilities for debug logging. The store state and component state is synchronized using React-Redux's connect function, mapping the data and events between the two.
The following diagram describes the architecture of the React components.
