Xuan
Xuan
#236 The following problem occurred when I run `yarn dev` . However, when I upgrade next to the latest version, this problem did not occur. 
## Why I pressed `shift + ArrowLeft` at the beginning of the video, and then pressed `BackSpace` to delete the selection. You can see the image node is selected, but...
## Description Add generic type for `SWRInfiniteKeyLoader` - [ ] Adding new page - [x] Updating existing documentation - [ ] Other updates ## Additional information https://github.com/vercel/swr/pull/2104
Like Redux or React Query, we should also build a devtool to make debugging easier. This should be done after the api stable. However, I haven't built an extension, I...
- List the difference of this project with Redux and SWR - Also, write the advantage and disadvantage of these two - Complete the api documentation - Write more details...
`(retryCount: number, error: E) => number`
Currently infinite accessor only support fetching next page, it may be useful if we can also support fetching previous page.
Currently `model.getState` only accept an accessor instance to get the state, it is better if we can allow developers to get all the data corresponding to the accessor creator. This...
Currently the auto accessor only notifies the listener inside it instead of notifying the whole model. If developers mutate the model, it would not cause a rerender. We have two...