An Introduction to Codemods: Refactoring JavaScript with JavaScript
Refactoring is an inevitable part of software development. However learning to write codemods basically gives you refactoring superpowers. (more…)
Read more »
BigInts make it easy to pass 64-bit integers between JavaScript and WebAssembly. This post explains what that means and why it’s useful, which includes making things simpler for developers, letting code run more quickly, and also speeding up build times. Read more