/CustomHookSample

Sample code for the dev.to blog post: Simplify Using Hooks by Using Custom Hooks in React

Primary LanguageJavaScriptMIT LicenseMIT

Simplify Using Hooks by Using Custom Hooks in React

Hopefully you are here because of this blog post: Simplify Using Hooks by Using Custom Hooks in React If not, I recommend that you review it first.

Prerequsites

Nodejs and npm

Getting Started

  1. Simply clone the repo
  2. Install npm packages (run npm install)
  3. Run the application locally (run npm start)

Be sure to review the complete branch as it has a more useable version

Who thinks this should be an npm package?