Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjzheng/simple-markdown

just a react practice
https://github.com/hjzheng/simple-markdown

Last synced: 11 days ago
JSON representation

just a react practice

Awesome Lists containing this project

README

        

### React 动画

- React 动画 https://reactjs.org/docs/animation.html
- animate.css https://github.com/daneden/animate.css (从这里可以 copy 现成的动画) 例如 swing
- popmotion
- react-motion

### React Portal

虽然产生的代码被挂载了其他地方,但是原 dom 结构中的事件冒泡关系依然有效

### React 生命周期

http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/

### useEffect, useLayoutEffect and componentDidMount componentDidUpdate componentWillUnmount

https://zhuanlan.zhihu.com/p/53077376