Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Toolchain


Tasks
Tools
Options


Building









Linting






Testing











CI/CD






# Libraries


Category
Libs


UI













Data Visualization








i18n





Utils








Routing





Networking






State Management




[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/enaqx/awesome-react)

### [Options](https://zhuanlan.zhihu.com/p/546697951)

# Get it started

```bash
degit https://github.com/ianzone/react-template
cd
pnpm i
pnpm 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/ | Shared contexts |
| hooks/ | Stateful functions |
| utils/ | Stateless functions |
| pages/ | Pages |
| services/ | API calls |
| styles/ | Global css, fonts |