Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

v8.3.0: Implemented "Resources" & experimental Concurrent API (#26)

Choose a tag to compare

@jxom jxom released this 20 Jun 07:49
· 87 commits to master since this release
29b468d

Changes

Features

  • Implemented Resources which aim to encapsulate your async functions into a top-level resource to be used throughout your application. See the Guide & API
  • Added super experimental Concurrent React support