From 08604c5895c8fdc1ce5b7d47a3bbacb208514e60 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Fri, 7 Jul 2017 11:56:55 +0430 Subject: [PATCH] Add app layer description --- docs/layers/app.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/layers/app.md b/docs/layers/app.md index b50e5e1..f3cd52b 100644 --- a/docs/layers/app.md +++ b/docs/layers/app.md @@ -1,3 +1,7 @@ # App -> Looks like we need to write this part. +App layer is included whole main application libraries and components. + +## app.jsx + +The root component that is responsible for rendering the whole React DOM on the browser and connecting components to redux [store](http://redux.js.org/docs/api/Store.html). \ No newline at end of file