How I structure my React projects. Lars Wächter explains the architecture of React applications. He also explains how he structures his Node.js REST APIs. The following structure and architecture is one that has proven maintainable and reliable for me. It might give you help for designing your own project.

5m read timeFrom larswaechter.medium.com
Post cover image
Table of contents
How I structure my React projectsDirectory: rootDirectory: src/apiDirectory: src/componentsDirectory: src/i18nDirectory: src/modulesDirectory: src/pagesDirectory: src/storesDirectory: src/testsDirectory: src/utilsAll together

Sort: