Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 472 Bytes

react-hooks-store

This repository is the first approach to react-hooks-store.

Steps to build it

  • npm install to install previous sample packages:
npm install

You can find the 50-line code of the first approach to react-hooks-store in the react-hooks-store folder:

Running and Testing it

  • Now we can just execute the app (npm start) and check with ReactDevTools the <Context.Provider> node with the application store.
npm start