evolu@0.2.0
·
2932 commits
to main
since this release
Minor Changes
-
96a0954: Add useEvoluFirstDataAreLoaded React Hook
React Hook returning
trueif 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.