/react-typescript-clean-architecture

a well organized file structure react project template

Primary LanguageTypeScript

React + Typescript clean architecture boilerplate

Motivation

this repo helps you if you are looking for best practices in react.js app development

Naming Conventions

  • files: kebab-case
  • folders: kebab-case
  • literal constants: UPPER_CASE
  • variables: camelCase

Contribution

There are a lot of things we can address in a clean code base, feel free to open an issue to discuss about best practices or fork the repo and submit pull requests.

Todo list

  • add react-router