Skip to content

rifandani/react-app

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: