Strict selection is the feature that makes a demo like this stay honest. If a component did not select content, content is not part of its usable data. That protects teams from accidental coupling, makes refactors smaller, and gives code generation tools a predictable surface. The cache may know more about an object, but the component only sees the fields its view asked for.
- Dina
Ari
Live comments plus optimistic comments give the demo a lot more texture than a static blog feed.
Lena
I would link the stable refs note from the performance section of the docs.
Kai
Strict selection caught a missing field in my test component immediately, which is exactly the kind of failure I want.