Skip to content

rifandani/react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6afba63 · Nov 1, 2024
Mar 7, 2024
Jan 28, 2024
Sep 27, 2024
Jul 12, 2024
Nov 1, 2024
Jan 13, 2024
Nov 1, 2024
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Mar 24, 2024
Dec 8, 2023
Apr 27, 2024
Sep 26, 2024
Dec 8, 2023
Mar 6, 2024
Nov 1, 2024
Mar 6, 2024
Sep 27, 2024
Mar 24, 2024
Mar 24, 2024
Jul 12, 2024
Mar 6, 2024
Nov 1, 2024
Oct 11, 2023
Sep 27, 2024

Repository files navigation

React App

CI

DeepScan grade

An opinionated and scalable project starter and reference for building bulletproof production ready React applications. Think of it as modern, scalable and opinionated Create React App (CRA).

Intro

React is an excellent tool for building front-end applications. It has a diverse ecosystem with hundreds of great libraries for literally anything you might need. However, being forced to make so many choices can be overwhelming. It is also very flexible, you can write React applications in any way you like, but that flexibility comes with a cost. Since there is no pre-defined architecture that developers can follow, it often leads to a messy, inconsistent, and over-complicated codebase.

This repo attempts to present a way of creating React applications using some of the best tools in the ecosystem with a good project structure that scales very well. Based on my experience working with different codebases, this architecture turns out to be the most effective.

The goal here is to serve as a collection of resources and best practices when developing React applications. It is supposed to showcase solving most of the real-world problems of an application in a practical way and help developers write better applications.

Feel free to explore the codebase to get the most value out of the repo.

Table of Contents

License

MIT

Acknowledgements

This project greatly inspired by these awesome projects: