7 lines
263 B
Markdown
7 lines
263 B
Markdown
# App
|
|
|
|
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). |