An open API service indexing awesome lists of open source software.

https://github.com/ianzone/react-template


https://github.com/ianzone/react-template

Last synced: 29 days ago
JSON representation

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



  • 2D:




  • 3D:







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 |