Solved
Is there a way to create a project structure for both SPA and Non SPA components?
No text available
HI @sukghosa-2 ,
IMO, it's not possible to mix a Non SPA and SPA component in SPA page, If you want to create any component using SPA template then it's not possible.
NOTE: You can not use non SPA component in SPA template. As in SPA everything is client-side rendered.
If you see the body.html we only have root div to render at react side.
You can check out this article [0] on the same, for more details.
Hope that helps you!
Regards,
Santosh
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.