const EnhancedComponent = higherOrderComponent(WrappedComponent);
- To install all dependencies, apply
npm install
oryarn
. - To begin the development, run
npm start
oryarn start
. - To create a production bundle, use
npm run build
oryarn build
.
My best practices with React Higher-Order Components :dizzy:
const EnhancedComponent = higherOrderComponent(WrappedComponent);
npm install
or yarn
.npm start
or yarn start
.npm run build
or yarn build
.