https://github.com/jsjzh/tiny-code-react-antd-app
https://github.com/jsjzh/tiny-code-react-antd-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsjzh/tiny-code-react-antd-app
- Owner: jsjzh
- Created: 2023-04-01T08:22:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T02:50:25.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:21:49.174Z (9 months ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny-code-react-antd-app
## 说明
希望打造一个,到手之后可以马上进行开发的脚手架,包括 PC 或者 H5。
## 草稿
1. react
2. react-router-dom
3. axios
4. react-qurey or swr
5. immer use-immer
6. zustand ~~jotai valtio RTK~~
7. ramda ~~lodash~~
8. dayjs ahooks react-dnd
9. viteanimation: framer-motion + Three.js
Router: react-router-dom
form: formik+yup
api: axios+react query
state manager : zustand
utility:lodash+immer
css: [email protected]
UX\UI : react-hot-toast react-spinners-kit @heroicons /react react-dnd timeago-react
vite\typescript\ eslint prettier\ eslint-config-airbn eslint-config-airbnb-typescriptLayout 去掉一个
要有一个创建 route 的东西,现在导航都只能用 string,非常不好,我希望精确导航,比如,知道这个 route param 等等