libreact icon indicating copy to clipboard operation
libreact copied to clipboard

NO LONGER MAINTAINED - SEE https://github.com/streamich/libreact INSTEAD

Results 48 libreact issues
Sort by recently updated
recently updated
newest added

Prepare a `v2.0.0` release that supports only React 16+, and drops the old features: - [ ] Old life-cycle methods. - [x] Old context API. - [x] Old portal API.

should have

Implement FaCC composition helper, as suggested here: - https://github.com/reactjs/rfcs/pull/47#issuecomment-385005257 ```js const wrap = (faccs, params, callback) => { if (!faccs.length) { return callback(...params); } const [Comp, ...restFaccs] = faccs; return...

- [ ] use `$ref` instead of `innerRef` - [ ] improve `` docs - [ ] improve dummy docs - [ ] use `—` instead of hyphen `-` -...

Create a factory that allows to easily create components that support plugins, just like [Slate](https://docs.slatejs.org/guides/plugins). ```jsx const Something = supportPlugins(SomethingWithoutPlugins); {}} renderSomething={(data) => {}} plugins={[ { onSomeEvent={() => {}} renderSomething={(data)...

Add HLS and MDASH support to `` component.

https://github.com/storybooks/storybook/tree/master/addons/storyshots

https://github.com/storybooks/storybook/tree/master/addons/info

Create a `` component maybe using this lib https://github.com/adriancooney/console.snapshot by @adriancooney

Implement: - [ ] `` - [ ] `` Side effect HOC: https://github.com/gaearon/react-side-effect#api