/react-HOC

Primary LanguageJavaScript

React High Order Component

Follow the stpes :

Clone the project 
Run npm install
Open http://localhost:3000

Non HOC Folder contain

HoverCounter.js
ClickCounter.js

HOC Folder contain

HoverCounter.js
ClickCounter.js
HOCComponent.js

both example are running in seprate folder. First understand NON High order Components, then jump into HOC Folder to understand the same thing with diffrent way.