Skip to content

Choose a tag to compare

@theKashey theKashey released this 03 Aug 02:55
· 1 commit to master since this release

The first update in 3 years

Breaking

  • ContinuousContainer now returns ContinuousState as one object, not as a separate arguments
    • migration
<ContinuousContainer>
-  {(past, present, future)}
+  {({past, present, future})}

New API

  • useScatteredContinuousState to handle use cases more scattered in time, like code splitting