https://github.com/kwhitley/react-wrappers
Higher order wrappers for React components.
https://github.com/kwhitley/react-wrappers
Last synced: 2 months ago
JSON representation
Higher order wrappers for React components.
- Host: GitHub
- URL: https://github.com/kwhitley/react-wrappers
- Owner: kwhitley
- License: mit
- Created: 2018-06-13T22:07:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T22:45:52.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T07:11:28.523Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Higher order wrappers for React components
=======[](https://www.npmjs.com/package/react-wrappers)
[](https://www.npmjs.com/package/react-wrappers)
[](https://travis-ci.org/kwhitley/react-wrappers)
[](https://coveralls.io/github/kwhitley/react-wrappers?branch=master)
[](https://www.npmjs.com/package/react-wrappers)## Why?
To declutter the helper files from your project.## Usage
### fromImmutable
```js
import { fromImmutable } from 'react-wrappers';// more details to follow
```