|
|
|
|
|
by jerrygenser
820 days ago
|
|
React can be added by rendering into a dom node that's not necessarily the root of your app. Yes, it can be used to render the entire UI app with rich state management across all pages, routing, etc. However it can just as simply be used to render 1 complex part of an app that has an isolated but possibly complex state. In this scenario I think sprinkling react is reasonable. |
|