Skip to content
/ react_template Public template

The `React (CSR, SPA)` architectural scheme used in front-end web projects.

License

Notifications You must be signed in to change notification settings

YernarT/react_template

Repository files navigation

React Template

license license license

React Template · V5.0.0

Chinese version / 中文版
The React (CSR, SPA) architectural scheme used in front-end web projects.


Install & Use

  1. From the github repo clone or use.

  2. Install dependencies (recommended pnpm) pnpm install

    Run the project pnpm dev

  3. Happy hacking :)

Documentation

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, disable JavaScript
  • Full FC, disable Class Component

It can be improved by making a pull request to this repository.

Read about the specifications for issues and pr here.

📌 Future plan

  • Implement the сommitlint standard.
  • Add Unit Test test
  • Upgrade react-router-dom v6
  • Upgrade React18 version

🟢 Browser support

Supports all modern browsers

Recommended local development browser: Chrome 100+

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
last 2 versions last 2 versions last 2 versions last 2 versions

License

React Template is MIT License.