https://github.com/solidjs/solid/releases/tag/v2.0.0-beta.0

Solid v2.0.0 Betaリリース。 非同期処理はファーストクラスとして、computationsがPromiseやasync iterablesを返せるようになった。 <Loading>コンポーネントやisPendingによるPending状態の追跡、action()createOptimisticによるOptimistic Updateの仕組みを追加。 <Index><For keyed={false}>へ変更、createEffectのcompute/applyフェーズの分離、use:ディレクティブの削除など。