diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-09-29 10:40:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-29 10:40:11 +0200 |
| commit | b2e947f874363aa78c0b79fa10c519889fca832d (patch) | |
| tree | c56a3b18ed81ba2c1444dbe4238a20505f1bd951 /README.md | |
| parent | bcf119f2c4ac587cc8263db8a9fc0581521fdec7 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Even the canvas (the main component of the app) is built using React components, ### State Management -Almost all state is kept in a central Redux store. State is kept there in an immutable form, only to be modified through actions being dispatched. These actions are contained in the `src/actions` folder, and the reducers (managing how state is updated according to dispatched actions) are located in `src/reducers`. If you're not familiar with the Redux approach to state management, have a look at [their official documentation](http://redux.js.org/). +Almost all state is kept in a central Redux store. State is kept there in an immutable form, only to be modified through actions being dispatched. These actions are contained in the `src/actions` folder, and the reducers (managing how state is updated according to dispatched actions) are located in `src/reducers`. If you're not familiar with the Redux approach to state management, have a look at their [official documentation](http://redux.js.org/). ### API Interaction |
