Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

kpunith8/react-hooks-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React hooks Samples

  • Examples demonstrating the react hooks introduced in 16.8.0
  • Includes, useState, useReducer, useEffect, useRef, React.lazy(), and Suspense features

Getting Started

  • Clone this project, this project is created using create-react-app boilerplate
  • npm install to download the dependencies.
  • npm run start to start the local developent server.
  • Point to App, StopWatch, StopWatchRedcucer, StopWatchReducerSetState, and MemoHooks in src/index.js to test different hooks.

About

Sample example code for the react's new feature Hooks, Suspense in 16.8.0 with unit tests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published