Sebastian McKenzie, the original creator of Yarn and Babel and a member of the React Native team at Facebook, has been working on an “all-in-one” solution for JavaScript and TypeScript development. The Rome project, a reference to “all roads lead... (more…)
Read more »
A pre-commit hook is a hook that is run before you make a commit. Set it up to run formatter, linter and tests on staged files... (more…)
Read more »
fuse-box - A blazing fast js bundler/loader with a comprehensive API...
Read more »
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automa... (more…)
Read more »
As web developers, we know how easy it is to end up with web page bloat. But loading a webpage is much more than shipping bytes down the… (more…)
Read more »