Chinese version / 中文版
TheReact (CSR, SPA)
architectural scheme used in front-end web projects.
-
From the github repo
clone
oruse
. -
Install dependencies (recommended pnpm)
pnpm install
Run the project
pnpm dev
-
Happy hacking :)
The original design intention of this template is to use the same architecture scheme and code specification to reduce the mental burden of developers when developing multiple projects.
Features:
- Full
TypeScript
, disableJavaScript
- Full
FC
, disableClass Component
It can be improved by making a pull request to this repository.
Read about the specifications for issues and pr here.
- Implement the сommitlint standard.
- Add Unit Test test
- Upgrade
react-router-dom v6
- Upgrade
React18
version
Supports all modern browsers
Recommended local development browser: Chrome 100+
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
last 2 versions | last 2 versions | last 2 versions | last 2 versions |
React Template is MIT License.