Skip to content

fivge/tour-of-react

Repository files navigation

React demo

Archs

0. scaffold

vite + react + typecript

https://cn.vitejs.dev/guide/

yarn create vite my-react-app --template react-ts

1. react-router

https://reactrouter.com/en/main

2. state management

3. styling

  • less

css-in-js

https://github.com/emotion-js/emotion

https://github.com/styled-components/styled-components

4. ui component

chart

https://airbnb.io/visx

motion

5. Data Fetching

6. rxjs

https://github.com/ReactiveX/rxjs

https://github.com/re-rxjs/react-rxjs

7. rich text edit

https://github.com/quilljs/quill/

https://github.com/zenoamaro/react-quill

8. form

z. others

date

hook

  • @uidotdev/usehooks
  • ahooks

demos