Today, websites are more and more relying on JavaScript to be fully functional. JavaScript errors can dramatically affect end user…...
Read more »
100% ESM. A new kind of package registry that does more for you. Write once, run on any platform. (more…)
Read more »
A Pandas-inspired data wrangling toolkit in JavaScript - TomFevrier/kiwis... (more…)
Read more »
One of the most important rules for writing a deterministic, easy-to-debug code is avoiding side effects. The obvious choice if we want to meet this assumption is to use the functional paradigm. This, however, poseses a risk of poor code readability. (more…)
Read more »