react-component-update:扩展原生 React 组件以简化更新

时间:2024-08-24 07:51:14
【文件属性】:

文件名称:react-component-update:扩展原生 React 组件以简化更新

文件大小:16KB

文件格式:ZIP

更新时间:2024-08-24 07:51:14

react component npm-package lifecycle JavaScript

React组件更新 为您的 React 组件添加便利的生命周期事件。 componentWillMountOrReceiveProps(nextProps) - 结合和事件。 这允许您整合所有 pre- render()逻辑。 componentDidMountOrUpdate(prevProps, prevState) - 结合和事件。 这允许您整合所有 post- render()逻辑。 安装 作为在npm发布。 npm 用户: npm install --save react-component-update 纱线用户: yarn add react-component-update react-component-update不包括它自己的 React 版本。 它将使用您项目中已安装的任何版本。 用法 扩展 React 的Component类: import R


【文件预览】:
react-component-update-develop
----.babelrc(159B)
----test-shims.js(76B)
----package.json(2KB)
----.eslintrc.json(421B)
----.github()
--------dependabot.yml(366B)
--------workflows()
----jest.config.js(308B)
----LICENSE(1KB)
----.publishrc(317B)
----src()
--------withEvents.spec.js(9KB)
--------index.js(185B)
--------pureComponent.spec.js(11KB)
--------component.js(792B)
--------component.spec.js(11KB)
--------pureComponent.js(939B)
--------withEvents.js(1KB)
----.gitignore(2KB)
----README.md(4KB)
----.eslintignore(19B)
----.editorconfig(288B)
----.gitattributes(36B)
----test-setup.js(67B)

网友评论