Async
@react-state/store
has native support of observables and promises like RxJs. In order to make action async add @Async()
decorator on top of th function
Functions or getters should return observable or promise.
Example taken from sample application
Last updated
Was this helpful?