21 lines
609 B
Markdown
21 lines
609 B
Markdown
|
# 可能用到的技术栈
|
||
|
## Next
|
||
|
https://nextjs.org/docs/app/api-reference/cli/next#next-build-options
|
||
|
## 面向开发者的 Web 技术
|
||
|
https://developer.mozilla.org/zh-CN/docs/Web/API/Window/scrollX
|
||
|
## 富文本
|
||
|
https://playground.lexical.dev/
|
||
|
https://lexical.dev/docs/getting-started/creating-plugin
|
||
|
## 界面布局
|
||
|
https://github.com/react-grid-layout/react-grid-layout
|
||
|
## 拖拉
|
||
|
https://github.com/atlassian/react-beautiful-dnd
|
||
|
## 3D
|
||
|
https://github.com/mrdoob/three.js/
|
||
|
https://threejs.org/examples/#webgl_animation_keyframes
|
||
|
## 状态管理
|
||
|
zustand
|
||
|
|
||
|
## 动画
|
||
|
https://motion.dev/docs/react-quick-start
|