atlassian / react-sweet-state

Shared state management solution for React
https://atlassian.github.io/react-sweet-state/
MIT License
870 stars 55 forks source link

[Documentation request] - Example with Next.js SSR #169

Open samithaf opened 2 years ago

samithaf commented 2 years ago

Thank you for this awesome library!! I used it on a large financial Application based on React Native and loved it.

New React offical Docs encourage people to use Next.js or alternative as the starting point for production applications, It would be great if you can add some examples specially with SSR.

Thank you!

BeginArjun commented 1 month ago

Yep and with the new React 19 introducing Server Components( already introduced in NextJS ) and many other stuffs should we try to provide examples for those too?