Remix.run Logo
synergy20 10 hours ago

great for mobile apps, fine for desktops, basically unusable for browsers unless you do wasm, if web can be revamped/improved it can be the best option for cross platform GUI

JimDabell 3 hours ago | parent | next [-]

> basically unusable for browsers unless you do wasm

Relying on WASM means that nobody on Apple platforms who has Lockdown Mode enabled for better security will be able to use it.

sevenzero 3 hours ago | parent [-]

I see that as a win

eklavya 8 hours ago | parent | prev | next [-]

You are in luck then, use jaspr.

tonyhart7 9 hours ago | parent | prev [-]

no one and absolutely no one pick flutter because they want do traditional web in the first place

its a cross platform framework that you can share component between mobile and other platform and always has been

999900000999 9 hours ago | parent [-]

I’ve used flutter for a couple of toy web apps. One is just a personal tool , another is a small party game.

Now I might vibe code such things using React, but 5 , 6 years ago Flutter got me what I wanted fast.

Firebase integration is absurdly easy. You can make a crud app in about 30 minutes

tonyhart7 4 hours ago | parent [-]

Yes but its best work with SPA or WASM type of app like games for example