Back to Daily Feed 
SolidJS 2.0 RC.3: Core Updates, SSR Fixes, and Server Write Deprecation
Must Read
Originally published on SolidJS Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Setter writes on the server are now deprecated with a
[SERVER_WRITE]warning, aiming for pure server renders. - Fixes address async-generator projections and memos freezing after SSR hydration.
- The new
@solidjs/diagnosticspackage is now part of thesolid-jsecosystem. - Internal refactoring includes collapsing expressions dump and lifting compilers.
- Performance improvements include reusing text nodes for dynamic text in multi-slots.
Our Commentary
SolidJS 2.0 is shaping up to be a robust release. The deprecation of server-side setter writes is a strong move towards purity, which I appreciate for predictable SSR. The SSR hydration fixes for async generators are also crucial; those kinds of subtle bugs can be a nightmare to track down. It's good to see the core framework getting these foundational improvements.
View Original Article
Share this article: