v0.18.1
- [#109] Minor fixes, updates & optimizations allowed by React 19. In particular, getGlobalState() and getSsrContext() methods can now be used conditionally, similar to the React's new use() function.
- [#111] Revised documentation for the server-side rendering (SSR) setup — with React 19 the use of prerenderToNodeStream() method from the new Static DOM API is recommended. See Advanced SSR Setup for details.
- Update of dependencies.