Remix.run Logo
SJC_Hacker 3 days ago

It would be nice if the standard JS library was more feature complete like Python. Then devs wouldn't have to bundle third party libraries.

Or perhaps the caching could be better. e.g. if your'e using Tailwind CSS version XXX, why does the browser have to reload it every single time?

Local persistent storage isn't exactly at premium these days even for "lightweight" mobile devices.

crabmusket 3 days ago | parent [-]

> if your'e using Tailwind CSS version XXX, why does the browser have to reload it every single time?

Security: https://www.stefanjudis.com/notes/say-goodbye-to-resource-ca...

SJC_Hacker 3 days ago | parent [-]

This refers more to tracking, not security directly, though I suppose there is some overlap

This is also doesn't explain why the browser would constantly need to redownload the same files assuming the original requester was the same.

The browser could also introduce an ersatz delay to throw off the tracking.