TECHS-Technological-Solutions / react-typescript-clean-architecture

a well organized file structure react project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a well organized file structure react project template


Languages

Language:TypeScript 82.7%Language:CSS 12.9%Language:HTML 3.6%Language:Shell 0.9%