creaux / lib-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to start development?

Build Status

Storybook

1. Install Dependencies

npm i

2. Run storybook for development

npm run storybook

FAQ

  1. Invalid hook call. Hooks can only be called inside of the body of a function component.

When using npm link then we have to run in this lib-react directory following npm link ../{app-dir}/node_modules/react to link current react app react version according facebook/react#15315 (comment).

About


Languages

Language:TypeScript 94.8%Language:SCSS 3.4%Language:JavaScript 1.8%Language:HTML 0.0%Language:CSS 0.0%