https://github.com/ianzone/react-template
https://github.com/ianzone/react-template
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianzone/react-template
- Owner: ianzone
- Created: 2022-05-24T01:15:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:24:49.000Z (10 months ago)
- Last Synced: 2024-09-13T14:19:59.242Z (10 months ago)
- Language: TypeScript
- Size: 507 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toolchain
Tasks
Tools
Options
Building
![]()
![]()
![]()
![]()
Linting
![]()
![]()
Testing
![]()
![]()
![]()
![]()
![]()
CI/CD
![]()
![]()
Debug
![]()
Performance
![]()
# Libraries
Category
Libs
Components
-
Design System:
-
Data Visualization:
-
Rich Text Editor:
-
Icons:
-
Notification:
-
Fallback:
-
Flow:
-
Drag & Drop:
-
Terminal:
Animation
Hooks
i18n
Utils
Routing
Networking
State Management
Awesome
#### [Others](https://zhuanlan.zhihu.com/p/546697951)
# Get it started
```bash
degit https://github.com/ianzone/react-template
cd
bun i
bun run dev
```
# Structure
| Folder | Description |
| ----------- | ------------------------------------------------ |
| assets/ | Static assets such as images, videos, audios... |
| components/ | Pure components |
| containers/ | Components with business logics and side effects |
| contexts/ | Global contexts |
| hooks/ | Stateful functions |
| utils/ | Stateless functions |
| pages/ | Pages |
| services/ | API calls |
| styles/ | Global css, fonts |