ended7μ›” 23일· 1 sources

πŸš€ Backend Internals #2: What Actually Happens When You Call `require()`?

Why it matters

In my previous post, we learned that Node.js caches modules, so the same file isn't executed twice. But have you ever wondered what actually happens the first time you call require() ? Let's break it ...

1
Sources
+0
24h
β€”
Growth
60d
Active

Sources

Related Issues