Hacker News new | ask | show | jobs
by raihansaputra 2467 days ago
I agree. With good frontend development practices (state management, caching, etc) it behaves a lot like a native app, it's quick to get up and running and easy to maintain. Not to mention you can deploy as PWA/mobile web if it suits the situation.

What framework are you using? Angular or another framework? I'm interested to explore this approach using Svelte.

1 comments

I use Stencil, made by the ionic team: https://stenciljs.com/

It’s also a compiler for web components like Svelte and a lot like React. You can add the ionic code web components to get animations etc. Try it out, especially if you like TypeScript.

Might have to take a deeper look at it. Thanks!