Which is not at all how it works in practice. In a large React codebase you have state scattered throughout contexts, GraphQL caches and complex hook dependency trees.
Throw in SSR and component memoization and you really have no idea what caused a UI change to occur.
shutupnerd0000|2 years ago
Throw in SSR and component memoization and you really have no idea what caused a UI change to occur.