diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-13 16:21:20 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-13 16:21:20 +0000 |
| commit | a59bf8d63c924d41a86c2f6e0c300ffba575cf3e (patch) | |
| tree | f57dc9d73e6c8037a926d2f7ce10034deaf93192 | |
| parent | 6e0ca3212a6c4e38ee5cf4089342cd9f711b0a7c (diff) | |
| download | mullvadvpn-a59bf8d63c924d41a86c2f6e0c300ffba575cf3e.tar.xz mullvadvpn-a59bf8d63c924d41a86c2f6e0c300ffba575cf3e.zip | |
Update README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,11 +42,11 @@ Most of application layouts consist of header bar area and main content area. Th </Layout> ``` -## Redux and Backend communication +## Backend communication -Redux store keeps data displayed in user interface. Backend is connected with the app via event system. +Backend is connected with the app via event system. -There are two helpers responsible for events translation: +Backend events are translated into redux actions. There are two helpers responsible for events translation: - **app/lib/backend-redux-actions.js** - translates events into redux actions - **app/lib/backend-routing.js** - application logic based on received events (i.e managing active route etc..) |
