react-use-transition

Stars
14
Committers
3

Bot releases are visible (Hide)

react-use-transition - v0.4.3 Latest Release

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 2f1a958: BREAKING: switch out tuple return types.

    - const [showLoadingIndicator, cachedData] = useTransition()
    + const [cachedData, showLoadingIndicator] = useTransition()
    
react-use-transition - v0.4.2

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 001dc61: fix publish script