An open API service indexing awesome lists of open source software.

https://github.com/sydinh/react-hoc-example

My best practices with React Higher-Order Components :dizzy:
https://github.com/sydinh/react-hoc-example

my-repo react react-hoc

Last synced: over 1 year ago
JSON representation

My best practices with React Higher-Order Components :dizzy:

Awesome Lists containing this project

README

          

# React Higher-Order Component Example

> const EnhancedComponent = higherOrderComponent(WrappedComponent);

## Quick start

* To install all dependencies, apply `npm install` or `yarn`.
* To begin the development, run `npm start` or `yarn start`.
* To create a production bundle, use `npm run build` or `yarn build`.