React Application Structure (Структура React приложения)
[EN]
We are need to create 3 folders inside of src folder.
Such as:
assets(it’ll contains images, favicon and etc.)components(it’ll contains source code of components (jsorjsxfiles, styling files, and file with unit-tests maybe))containers(it’ll contains containers component, such asApp.jsfile and another files that binding withApp.js)
[RU]
Нам нужно создать 3 папки внутри папки src.
Такие как:
assets(она будет содержать изображения, фавиконку и т.д.)components(она будет содержать исходный код компонентов (jsилиjsxфайлы, файлы со стилями и, возможно, файлы с unit-тестами))containers(она будет содержать компоненты-контейнеры, такие какApp.jsфайл и другие файлы, которые связаны сApp.js)