Data APIs

createAsyncStore

编辑此页面

类似于 createAsync,但它使用深度响应式存储。非常适合对需要更新的大型模型数据进行细粒度的更改。

const todos = createAsyncStore(() => getTodos());
报告此页面问题