use SPA react components and non SPA components inside the same page
I'm using the SPA maven archetype and i need to create a page with the ability to use both ootb or custom non spa components with react components.
I'm using the SPA maven archetype and i need to create a page with the ability to use both ootb or custom non spa components with react components.
@gab_221 Yes technically it's feasible in same archetype or project ypu can include both spa based template (pages) and non spa based template(pages) it works i had tested out. But architecture wise i dont recommend it because we are not utilizing the SPA feature in this case.I mean SPA architecture is to render child pages json data and cache upfront so that its gets a native app like benefit but in this case you switch back and forth between MAP and SPA you will loose those benefits.
Regards,
Raja
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.