Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hjzheng/simple-markdown
- Owner: hjzheng
- Created: 2019-05-02T06:20:49.000Z (over 5 years ago)
- Default Branch: modal
- Last Pushed: 2023-01-03T20:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:46:39.852Z (26 days ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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