What does HackerNews think of stdlib?

✨ Standard library for JavaScript and Node.js. ✨

Language: JavaScript

#85 in JavaScript
#3 in JavaScript
#8 in Library
#11 in Node.js
#42 in Node.js
Websites do the same thing as 15 years ago? Not true, websites can now exceed desktop apps. Was their figma 15 years ago?

20 times more complex - this comes with doing more. 15 years ago there was no CI/CD.

Write CSS - don’t have to given Sass, components, and bootstrap.

Performance is worse - look at v8 benchmarks, look at webgl and Wasm. The browser itself can run much faster today, and people are doing more with it.

JS barebones - just one package. https://github.com/stdlib-js/stdlib. - and the node ecosystem is a feature not a bug.

Look elsewhere - every other UI framework we’ve tried before has been worse in terms of compatibility, functionality, flexibility, and available prebuilt tooling.

> I wonder why there is not a simple math lib

This [0] might be what you are looking for, it has both is-number and is-odd.

[0] https://github.com/stdlib-js/stdlib

I want to point you to https://github.com/stdlib-js/stdlib. You can use it for the lower level utils. There are almost more matrix utils in the js world then there are devs. Let's stand each others shoulders.

Let's standardize a little more than what lodash/underscore does.