- 官方的,非常有意思的react doc新网站,YTB上面看到Dan在自己的channel里面直播调这个里面的问题;
- https://github.com/reactjs/reactjs.org/issues/3308 - 可以追踪进度
- https://github.com/reactjs/reactjs.org/tree/main/beta - git
figure how ?
- next.config.js - 入口配置
- console - 查看变量意思
- delete | comparison - 删除一部分代码,做猜测的验证
- input && output - 猜测输入输出的意义
- build time 可以做的事,为什么要在runtime做?
- 遇到报错,如果觉得这个没问题,就是想验证一些猜测,可以删除报错(local的代码)试试看
- throw Error(‘we are here’)
nextjs
- https://nextjs.org/docs/advanced-features/react-18/server-components
- xxx.server.tsx | next.config.js
- https://www.nextjs.cn/docs/getting-started
应用场景
- 比较适合宣传页等的mobile站的场景
mdxjs.com
prettier.io
- 各种规则格式化
PR | issue
- 里面可以用关键词搜索问题