react-micro-lifecycles:React DOM元素的生命周期

时间:2024-03-04 07:18:04
【文件属性】:

文件名称:react-micro-lifecycles:React DOM元素的生命周期

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-04 07:18:04

JavaScript

React微生命周期 使用微生命周期: < div xss=removed xss=removed> console . log ( ' element attached: ' , el , props ) } $update = { ( el , props , oldProps ) => console . log ( ' element updated: ' , el , props , oldProps ) } $detach = { ( el , oldProps ) => console . log ( ' element detached: ' , el , oldProps ) } /> 安装: require ( 'react-micro-lifecycles/lib/patchStable' ) ; 或者 require ( 'react-


【文件预览】:
react-micro-lifecycles-master
----src()
--------createHyperscriptStable.js(2KB)
--------createHyperscriptUnstable.js(2KB)
--------__tests__()
--------pathcUnstable.js(184B)
--------patchStable.js(178B)
----.npmignore(84B)
----.storybook()
--------config.js(269B)
--------index.stories.js(906B)
--------addons.js(86B)
----.travis.yml(166B)
----README.md(590B)
----renovate.json(202B)
----.gitignore(78B)
----package.json(2KB)

网友评论