Hacker News new | ask | show | jobs
by thepinkelefant 2561 days ago
Is this the equivalent of a portal and multiple “portlets” ? The main SPA is just a shell that holds everything together but the individual portlets build their own SPA ui backed by their own one or more services . Perhaps this gives the “portlets” spa owners to build and release on their own. Is there any React framework which lets you design in this manner ?
1 comments

No, it’s about splitting up web apps based on uris and loading different ui’s for different uri. Thus page refreshes.