Hacker News new | ask | show | jobs
by marvindanig 1648 days ago
Since you mentioned React Native, I assume you're pointing towards mobile app development. The best stack combination for me has been webview + PWA + webassembly + toucaan to create an intrinsically designed universal mobile-web app. There's something really powerful about deploying just one application on three separate distribution platforms. And it's not even a monorepo anymore!
1 comments

Do you have an example repo of this stack you could point to? Been trying to scope out something similar lately and can't get all the pieces to fit together