Xuan
Xuan
I really like the way react-typist creates the typing animation, but it seems that this package is no longer updated. As a result, I create a new package and try...
@StyleT added in [c1d6ada](https://github.com/facebook/lexical/pull/5948/commits/c1d6adaa560fb8eb720bb05a7a0bbf8740fa1960)!
@StyleT Hi, just a gentle nudge to see if you could take a moment to review this pull request when you have a chance. Thanks!
Should provide a way to create new state in server to prevent from mutating the global model's state directly in server. It would cause state pollution.
For the first case, we can abort the ongoing request and call the revalidate again. For the second case, I haven't figured out a solution.
It seems that we cannot resolve the second case because the model is defined from the user. However, we can pass the start time to the `syncModel` method such that...
It may be good if pagination adapter can record the timestamp. However, I need to be careful not to make the API too complex, or else it would be counterproductive.
In the second case, if the API for the post list is newer than the API for getting a single post, discarding the "get post" API may result in receiving...
I think I should build a document website after the api format become stable.
- [x] Tutorial - [ ] daxus API - [x] useAccessor - [x] useSuspenseAccessor - [x] useHydrate - [x] useModel - [x] createModel - [ ] createDatabase - [ ]...