ember-hooks:Ember中的React样式挂钩:

时间:2021-02-04 21:03:04
【文件属性】:
文件名称:ember-hooks:Ember中的React样式挂钩:
文件大小:127KB
文件格式:ZIP
更新时间:2021-02-04 21:03:04
javascript ember hooks typescript ember-addon 灰烬钩 这是一个实验性插件,可让您在余烬内部使用react样式挂钩。 从理论上讲,这应该使您无需使用this关键字即可创建Ember组件。 此外,我还把余烬道具包裹在一个代理中,该代理为您处理和设置。 这应该使您可以像设置普通对象一样进行设置。 这仍然是在制品和实验性的。 具有默认钩子的Javascript: import Component from '@ember/component' ; import layout from '../templates/components/counter-with-hooks' ; import EmberHooksMixin , { useProp
【文件预览】:
ember-hooks-master
----ember-cli-build.js(494B)
----testem.js(581B)
----yarn.lock(286KB)
----.eslintrc.js(1008B)
----.npmignore(380B)
----.ember-cli(280B)
----.travis.yml(1KB)
----config()
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(3KB)
----addon()
--------mixins()
--------.gitkeep(0B)
----.template-lintrc.js(62B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(355B)
----app()
--------.gitkeep(0B)
----index.js(71B)
----.watchmanconfig(37B)
----.eslintignore(225B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论