Skip to content

MasterKale/react-hooks-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Hooks Playground

Requirements

  • Node v10.15.2
  • Yarn

Development

To install dependencies:

$> yarn install

To start the dev server:

$> yarn start

Notes

  • The hooks-vs-hocs folder contains functionally-equivalent code. One set is written using "traditional" Class Components and HOCs. The other is written using Function Components and Hooks.
  • The budget-tracker folder contains Hooks-heavy code as it might appear when developing an actual product using the latest React.

Releases

No releases published

Packages

No packages published