hooked components:受React Hooks方法启发的Ember定制组件 源码
挂钩组件 Addon曾经通过现有的公共API在Ember应用中试验React Hooks风格的API。 安装 ember install hooks-component 该插件提供2个不同的API React方式挂钩实现(总是在重渲染时调用组件函数)。 Ember方式挂钩实现(仅在第一次渲染时才调用组件函数)。 在React-Way中的用法 hooks-component API支持公共的React HooksAPI 内置挂钩 useEffect >就像在React API中一样 useState >就像在React API中一样 useLayoutEffect >就像在React API
文件列表
hooked-components-master.zip
(预估有个55文件)
hooked-components-master
ember-cli-build.js
494B
testem.js
581B
yarn.lock
347KB
.eslintrc.js
1003B
.npmignore
359B
jsconfig.json
141B
types
@ember
component.d.ts
255B
暂无评论