In this video, I show how modern Node.js replaces popular tools like axios and jest with built-in features like fetch and node:test.
Less dependencies. Less complexity. But… is that always better?
👉 Are you still using axios or did you switch to native fetch? Let me know in the comments.
---
⚡ What you'll see:
- Native fetch in Node.js
- Built-in test runner (node:test)
- How to reduce dependencies in your projects
---
🧠 My take:
Node.js is slowly becoming a batteries-included runtime — and that changes how we build apps and design systems.