summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-13 16:21:20 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-13 16:21:20 +0000
commita59bf8d63c924d41a86c2f6e0c300ffba575cf3e (patch)
treef57dc9d73e6c8037a926d2f7ce10034deaf93192
parent6e0ca3212a6c4e38ee5cf4089342cd9f711b0a7c (diff)
downloadmullvadvpn-a59bf8d63c924d41a86c2f6e0c300ffba575cf3e.tar.xz
mullvadvpn-a59bf8d63c924d41a86c2f6e0c300ffba575cf3e.zip
Update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 39f396de68..9ad8642bb7 100644
--- a/README.md
+++ b/README.md
@@ -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..)