https://github.com/rifandani/tsrouter
React 18 SPA + @tanstack/router
https://github.com/rifandani/tsrouter
Last synced: 7 months ago
JSON representation
React 18 SPA + @tanstack/router
- Host: GitHub
- URL: https://github.com/rifandani/tsrouter
- Owner: rifandani
- License: mit
- Created: 2024-06-23T06:13:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T12:43:15.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:49:05.983Z (9 months ago)
- Language: TypeScript
- Homepage: https://tsrouter.vercel.app
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React App
[](https://github.com/rifandani/react-app/actions/workflows/ci.yml)
[](https://deepscan.io/dashboard#view=project&tid=13942&pid=25435&bid=795942)
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
- [Application Overview](https://github.com/rifandani/react-app/tree/main/docs/application-overview.md)
- [Linting and Formatting](https://github.com/rifandani/react-app/tree/main/docs/linting-and-formatting.md)
- [Testing](https://github.com/rifandani/react-app/tree/main/docs/testing.md)## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgements
This project greatly inspired by these awesome projects:
- [Bulletproof React by alan2207](https://github.com/alan2207/bulletproof-react)
- [Epic Stack by Kent C. Dodds](https://github.com/epicweb-dev/epic-stack)