- easy to read(learn)
- write with typescript
- easy extend
need basic knowledge of OOP.
npm run dev
run dev server
npm run build
well
-
life cycles
-
mount
-
constructor
-
getDerivedStateFromProps()
-
render
-
componentDidMount
-
update
-
getDerivedStateFromProps
-
shouldComponentUpdate()
-
render()
-
getSnapshotBeforeUpdate()
-
componentDidUpdate()
-
unmount
-
componentWillUnmount()
-
forceUpdate()
-
-
event system
-
diff done
-
security issue
-
implement 'ref'