https://github.com/moimikey/react-hoc-boilerplate
🦄 A personal, scalable React, Higher Order Component, boilerplate.
https://github.com/moimikey/react-hoc-boilerplate
boilerplate higher-order-component react react-boilerplate react-hoc
Last synced: 2 months ago
JSON representation
🦄 A personal, scalable React, Higher Order Component, boilerplate.
- Host: GitHub
- URL: https://github.com/moimikey/react-hoc-boilerplate
- Owner: moimikey
- License: mit
- Created: 2016-11-25T20:24:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:31:34.000Z (about 5 years ago)
- Last Synced: 2025-07-15T12:40:04.032Z (about 1 year ago)
- Topics: boilerplate, higher-order-component, react, react-boilerplate, react-hoc
- Language: JavaScript
- Size: 677 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦄 react-hoc-boilerplate [![Build Status][travis-image]][travis-url]
[![Deps][npm-deps-image]][npm-deps-url] [![DevDeps][npm-devdeps-image]][npm-devdeps-url]
This is a personal boilerplate for Higher Order Components in React. There
are two approaches: 1) using recompose; 2) not using recompose. Simple enough.
# License
[![License][git-license-image]][git-license-url]
[git-license-url]: https://github.com/moimikey/react-hoc-boilerplate/blob/master/LICENSE
[git-license-image]: https://img.shields.io/github/license/moimikey/react-hoc-boilerplate.svg
[npm-version-url]: https://www.npmjs.com/package/react-hoc-boilerplate
[npm-version-image]: https://img.shields.io/npm/v/react-hoc-boilerplate.svg
[npm-deps-url]: https://david-dm.org/moimikey/react-hoc-boilerplate
[npm-deps-image]: https://img.shields.io/david/moimikey/react-hoc-boilerplate.svg
[npm-devdeps-url]: https://david-dm.org/moimikey/react-hoc-boilerplate
[npm-devdeps-image]: https://img.shields.io/david/dev/moimikey/react-hoc-boilerplate.svg
[travis-url]: https://travis-ci.org/moimikey/react-hoc-boilerplate
[travis-image]: https://travis-ci.org/moimikey/react-hoc-boilerplate.svg?branch=master