Skip to content

evolu@0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 09:53
· 2932 commits to main since this release
b4c25e9

Minor Changes

  • 96a0954: Add useEvoluFirstDataAreLoaded React Hook

    React Hook returning true if any data are loaded. It's helpful to prevent screen flickering as data are loading. React Suspense would be better, but we are not there yet.