ウィジェット
#宣言的UIの設計レシピ #コンポーネントツリー
Container/PresenterパターンからRender As You Fetchパターンを経て可能になったコロケーションパターン
機能的凝集となる
マイクロフロントエンドと相性が良い
Widget Driven Development
The huge benefit of such an approach is that we can finally untangle our applications' data logic, put Data Logic under control of Components, and achieve better orthogonality by combining all pieces together.
このようなアプローチの大きなメリットは、アプリケーションのデータロジックを紐解き、データロジックをComponentの制御下に置き、すべてのピースを組み合わせることでより良い直交性を達成できることです。
https://scrapbox.io/files/63ff4f2954fb4d001bd5195e.png
https://scrapbox.io/files/63ff4f319904ed001c43ecb8.png
https://scrapbox.io/files/63ff4f3b3e6c35001c7b8a45.png