Remix.run Logo
guywithahat 4 days ago

I also suspect it's more portable. You build one site with one API, and then you just interact with that api across all the devices you support. If you write it locally it has to get rewritten for each platform

ChadNauseam 4 days ago | parent [-]

Websites can be local in the sense of local-first, especially with modern techn like progressive web apps (which allow you to make your webapp work offline).