
Path aliases in Node.
While doing import in node.js application, we see a lot of '../' path. As the project grows vertically deep this path gets much duskier. This really looks awful especially when we are building a production-grade big application. import { AuthControl...
Aug 30, 20212 min read791
