Can I create a full SPA using StencilJS and PWA alone?
Meaning no Framework/Library (No Angular / No React)?
What features would I need to build out myself (e.g. Routing/State/Http)?
In Ionic 4 you can. Ionic 3 routing is still tied to a variation of Angular.
1 Like
What about life cycle events? Will that exist without dependency on Angular?
It’s a big question what Ionic 4 routing will look like. It is supposed to be more PWA-friendly, but I have no idea what that really means. There are already Ionic life cycle events independent of Angular, so I imagine they, or something like them, will still be available. But the truth is, I know nothing for sure.