| Tasks | Tools | Options |
|---|
| Building |   |   |
| Linting |  |  |
| Testing |    |  |
| CI/CD |  |  |
| Debug |  | |
| Performance | |   |
| 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 |  |
|---|
degit https://github.com/ianzone/react-template <project name>cd<project name>
bun i
bun run dev
| 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 |