Skip to main content

Installation

Microhook is essentially a set of npm packages.

To install microhook, use npm:

npm install microhook

Or, if you prefer Yarn:

yarn add microhook

Requirements

  • React version 16.8 or higher
  • Node.js version 16.14 or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed.
    • When installing Node.js, you are recommended to check all checkboxes related to dependencies.

Now you're ready to use microhook in your React applications!