nmccready / react-extras

Mono Repo for react libs / extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Mono Repo for react libs / extensions.


Languages

Language:TypeScript 67.2%Language:JavaScript 32.8%