Skip to content

aaronccasanova/react-hooks-starter

Repository files navigation

travis build version downloads MIT License semantic-release Greenkeeper badge

React Hooks Starter

Example: https://codesandbox.io/s/mzk20pxx9p


Local Development

In Lib

  1. npm run build
  2. npm link
  3. If you receive the following error

    Hook Error: Hooks can only be called inside the body of a function component

  • npm link ../App/node_modules/react

In App

  1. npm link <package name>