Hacker News new | past | comments | ask | show | jobs | submit login

Note: if you're building your whole page on top of a library, a larger library isn't necessarily bad.

If a library is larger because it does more, useful things, and this means you have to write less and/or smaller components, in a complex app the tradeoff is probably worth it.




Webpack tree-shaking and automatically chunking into multiple tiny js files, which can be selectively loaded only when needed, is also super helpful here.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: