SolidJS 2.0 Beta는 비동기 처리와 반응성에 중요한 변경사항을 도입했다.
SolidJS 2.0 Beta는 비동기를 1급 기능으로 지원하고, 프레임워크 내에서 Promises를 직접 사용할 수 있게 했다. 이 업데이트는 변이, 상태 처리에 대한 새로운 원시 기능을 포함하며, 중요한 비호환성 변경이 있다. 개발자 경험을 개선하고, 가상 DOM 없이 세밀한 반응성을 유지하도록 설계되었다.
SolidJS 2.0 Beta introduces significant changes in async handling and reactivity.
SolidJS 2.0 Beta presents async as a first-class feature, allowing direct use of Promises within the framework. The update includes new primitives for mutations, altered state handling, and significant breaking changes. It aims to enhance developer experience while preserving fine-grained reactivity without a virtual DOM.