Tagged in

JavaScript

Beqode
Beqode
Bespoke Coding
More information
Followers
14
Elsewhere
More, on Medium

Fixing import path hell (React Native, ESLint, VS Code)

This article was originally published on beqode.com with proper code highlighting & style

I see several advantages to getting rid of the import path hell:

  • Easier to move files around…

Absolute vs. Relative import paths (NodeJS)

This article was originally published on beqode.com with proper code highlighting & style

Everyone’s heard about the infamous “relative path hell” in NodeJS, and while there are a lot of different solutions out there, none is…