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...
ritwik.hashnode.dev2 min read
Ville Pakarinen
This is a very neat trick :) thanks!