Skip to content

sydinh/react-hoc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 💫

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published