|
|
|
|
|
by fensipens
4055 days ago
|
|
> But there's something to be said for having a single template file for a single page in Angular, versus having JSX scattered among 20+ components for that same single page in React. Good point; How does one view the resulting react-page anyway? CTRL+U shows <body><script.../></body> no matter what state the SPA is in.. |
|
(This will show you the actual DOM, not the React components... but since you were talking about 'view-source', this might help you too.)