logoalt Hacker News

SJC_Hacker04/01/20251 replyview on HN

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.


Replies

crabmusket04/01/2025

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

show 1 reply