mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a32c727f2e
This is likely the common case because individual component authors will casually call read on common contexts like the cache, or cache provider. Where as libraries like Relay only call read once per fragment and pass all observed bits at once.