Skip to content

v-borrego/react-hooks-store

Repository files navigation

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