/react-extras

Mono Repo for react libs / extensions.

Primary LanguageTypeScript

react-extras

How to Run

Learn Learna!

Use our built in scope:

Examples:

Run some package:

yarn scope @react-extras/hooks-use-sort-by yarn build

Tests

yarn test

or

yarn test:ci

DevOps

  • package.json has "prepublishOnly": "yarn build && yarn test && yarn lint && yarn build", , we build twice, once to satisfy dependencies for linting and for typescript compilation, we need to rewrite the build again at the end to make sure it's integrity is correct (babel, ts, and type build orders).