Skip to content

Notes of React

yunmingyang edited this page Dec 26, 2021 · 1 revision

base library

  • 版本
    • old version(15.*): for compatibility
    • new version(16.8)
  • Library
    • prop-types.js -- 稍后
    • babel.min.js -- ES6 => ES5; jsx => js
    • react-development.js -- react 核心库
    • react-dom-development.js -- react 扩展库

Fluent Python

Thinking in Java

Clone this wiki locally