大涛子客栈

学习 React 的一些记录日志

Video Course

初级

中级

高级

Document

Learning Materials

My Learning

入门学习 React 的几个例子

Demo 地址,戳我

  1. ReactDOM.render()
  2. Use Array in JSX
  3. 组件
  4. this.props.children
  5. PropTypes
  6. 获取真实的 DOM 节点
  7. this.state
  8. 表单
  9. 组件的生命周期
  10. 使用 Promise 获取 Github 的数据
  11. Todo List
  12. 井字棋(Tic Tac Toe)

Nextjs — 配合 React 打造静态化和服务端渲染应用

Nextjs

  • Demo1: 学习官方文档
1
2
3
cd nextjs/01-hello-next
npm install
npm run dev

My Project

 评论