Comment on What Happens When You Put a Database in the Browser?parentComments−afavour2yIf it’s an app you use regularly that trade off could easily be worth it.−voidUpdate2yIf it's an app, you're not in the browser anymore anyway, so you don have to worry about this browser wasm. You can store data locally anyway and don't have to pull it from the sever−afavour2yIf it's an app, you're not in the browser anymore anywayWebapps would beg to differ−jampekka2yAlso all the code and data can be easily cached with e.g. Service Workers, so it will be downloaded only once.
Comments
If it’s an app you use regularly that trade off could easily be worth it.
If it's an app, you're not in the browser anymore anyway, so you don have to worry about this browser wasm. You can store data locally anyway and don't have to pull it from the sever
Webapps would beg to differ
Also all the code and data can be easily cached with e.g. Service Workers, so it will be downloaded only once.