If you've build anything on the modern web, you've used
Nothing works without it. When I first started learning web development I didn't pay much attention to it. But once I got deeper into learning .babelrc
files in my projects.
Here's my quick one-shot summary of it:
A good follow-up read is
After learning about Babel , I stumbled into the "is Babel a compiler or a transpiler?" debate. To help clarify things, I did a little research and illustrated it.
A new version of JavaScript has landed! Every year JavaScript gets a handful of new features and functions for everyone to play with. The TC39 committee have released the 2019 additions to…
What can Open Source Software learn from the anthropology of gift economies? I got the chance to chat with Henry Zhu on his Maintainers Anonymous podcast. It's a show about people who maintain…
When I was first learning React I couldn't quite wrap my head around why it was any different to JavaScript. The idea of the virtual DOM system helped clarify a few things for me. Primarily it got…
Suspense is an upcoming React feature that's part of the new "concurrent mode." Since everyone is getting all hyped up about it, I wanted to figure out what the excitement was and drew some quick…