John Syomochkin
John Syomochkin
According to the source code of `createManager`, we can not pass `reducer` and `saga` in the parameter `options`: ```js const isReducerInjected = reducer //
### Current Behavior We have next app project with [custom server template](https://nx.dev/packages/next/generators/custom-server). And when we run app in dev mode (`nx run next-app:serve`) and do changes in files of next-app...
There are not enough "keep previous data" feature - return the previous key's data until the new data has been loaded. This feature is well explained in swr: https://swr.vercel.app/docs/advanced/understanding#return-previous-data-for-better-ux There...