https://github.com/quangpham-dev/react-2022
https://github.com/quangpham-dev/react-2022
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quangpham-dev/react-2022
- Owner: quangpham-dev
- License: mit
- Created: 2022-03-29T03:43:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T03:43:40.000Z (about 3 years ago)
- Last Synced: 2025-01-21T04:19:06.955Z (4 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](/README.zh-CN.md)
# React Starter
React Stater is a combination of Vite + React + TS + N project scaffold.
Why do I need it?
**Every time we create a new React project, we have to do some combination and configuration over and over again, which is quite time-consuming.**
How is it different from [Create React App](https://github.com/facebook/create-react-app) and [umi](https://github.com/umijs/umi) ?
**We only do a combination of various popular tool libraries in the React ecosystem.**
You may be wondering, can't I build it myself? Of course, you can do it.
I'll talk about its use in two ways.
1. For project maintainers
- Familiar with front-end engineering related knowledge.
- Explore project technology selection.
- Accumulate projects and make technical pavement for other projects in the future.
2. For project users
- Choose any combination and use it right out of the box. Saves you the time of doing it yourself.
- Refer to the partial configuration and customize the items to meet the requirements.
- Other `Tips` that you may not have come across.
- Points that you think will help you.# Roadmap
- [ ] monorepo
- [ ] docs
- [ ] Vite + React + Typescript
- [ ] Vite + React + Typescript + React Router
- [ ] Vite + React + Typescript + Recoil
- [ ] Vite + React + Typescript + Zustand
- [ ] Vite + React + Typescript + Redux Toolkit
- [ ] Vite + React + Typescript + Jest
- [ ] Vite + React + Typescript + Mocha + Chai
- [ ] Vite + React + Typescript + Cypress
- [ ] Vite + React + Typescript + Playwright
- [ ] Vite + React + Typescript + Puppeteer
- [ ] Vite + React + Typescript + ESlint
- [ ] Vite + React + Typescript + Prettier
- [ ] Vite + React + Typescript + React Router + Recoil
- [ ] Vite + React + Typescript + React Router + Zustand
- [ ] Vite + React + Typescript + React Router + Redux Toolkit
- [ ] Vite + React + Typescript + React Router + Jest
- [ ] Vite + React + Typescript + React Router + Mocha + Chai
- [ ] Vite + React + Typescript + React Router + Cypress
- [ ] Vite + React + Typescript + React Router + Playwright
- [ ] Vite + React + Typescript + React Router + Puppeteer
- [ ] Vite + React + Typescript + React Router + ESlint
- [ ] Vite + React + Typescript + React Router + Prettier
- [ ] Vite + React + Typescript + React Router + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Recoil + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Zustand + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Redux Toolkit + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Jest + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Mocha + Chai + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Cypress + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Playwright + ESlint + Prettier
- [ ] Vite + React + Typescript + React Router + Puppeteer + ESlint + Prettier# Contributing

# Feedback
[Github Issue](https://github.com/martinageradams/react-starter/issues)
# LICENSE
[MIT](/LICENSE)