Data APIs

createAsyncStore

Edit this page

Similar to createAsync except it uses a deeply reactive store. Perfect for applying fine-grained changes to large model data that updates.

const todos = createAsyncStore(() => getTodos());
Report an issue with this page