▲ | 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... | ||||||||
|