Skip to content

v0.1.5

Compare
Choose a tag to compare
@krispya krispya released this 06 Nov 15:19
· 25 commits to main since this release

This is another small release to fix some critical React bugs.

  • useObserve now tracks add and remove along with change.
  • useObserve no longer calls a hook conditionally, breaking React rules.
  • useQueryFirst was added which works like useQuery except it only returns the first entity.
  • Revade example updated with new animations and game play features.