|
|
|
|
|
by thermodynthrway
2893 days ago
|
|
It's extremely easy to use React in small parts of the page and spread it out over time. It's a couple lines of code to init React in a div and fully supported. You can even communicate between React bits spread across the page. React also let's you mark areas/divs within its domain as "don't touch this". So in those areas you can use things like that old map widget you love so much, without resorting to iframes Angular is a huge fail in this regard. Zero support for mixing with "non angular" pages. |
|