Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 496 Bytes

File metadata and controls

23 lines (15 loc) · 496 Bytes

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