sydinh / react-hoc-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:HTML 61.0%Language:JavaScript 39.0%