Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.57 KB

File metadata and controls

26 lines (16 loc) · 1.57 KB

REACT TEMPLATES

  • This project consists of various templates which can be used to speed up the initial phase of setup and development.
  • Each of the template is well coded and well structured to uphold the standards of clean code and follow good design patterns.

NOTE - Please look into CONTRIBUTING.md for detailed information related to this project

Know more about the project :

MOTIVATION

  • Often times while starting a new project, the initial setup phase takes a huge amount of time and effort, especially when using technologies like Redux, or Firebase(with auth) etc.
  • This common boilerplate used in every project needs to be re-written with every new project, and thus induces frustation and even more wastage of time
  • Using these prebuilt templates, this phase of setup is substantially reduced, if not completely eliminated

STYLEGUIDE

CONTRIBUTE