> React’s logical model of recreating the UI on change of state is incredibly difficult to do right at scale. By that I mean that as applications and teams get larger, the chances of writing components with side effects increases due to differing levels of skill, knowledge, experience, and simply having a larger body of code to cover.
This is a problem with all UI libraries. React at least makes it difficult to write components with side effects.
This is a problem with all UI libraries. React at least makes it difficult to write components with side effects.