Skip to content

anderconal/ReactHigherOrderComponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactHigherOrderComponents

From Advanced React and Redux Udemy's course by Stephen Grider.

Getting Started

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/anderconal/ReactHigherOrderComponents.git
> cd ReactHigherOrderComponents
> npm install
> npm start

Want to let the tests running?

> npm run test:watch