StopNGo
released this
06 Feb 15:46
·
13 commits
to main
since this release
Added a sample for server side data prefetching using Redux Toolkit Query.
New
- You can check now how to prefetch data on server side before rendering and sending the result to the user;
Improvements
- Some fixes in styles and variable names;
Changes in the Sample Application
- Added Image component with optional loading indicator;
- Added separate loadable component;
- Pokemon Card component are not loadable now to show prefetched data;