/react-fetching

A helper React component to display a fallback while you wait for something to load.

Primary LanguageTypeScript

react-fetching

Build Status

Build with Guidance from

From https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe

Storybook

run with yarn storybook

Testing

run with yarn jest or yarn jest-watchall to watch for changes

Manual Build + Release Process

  1. yarn jest
  2. yarn rollup
  3. yarn publish
  4. push changes

TODO