DEV Community

Discussion on: Using absolute imports in React app

Collapse
 
ramblingenzyme profile image
Satvik Sharma

We've gone round the loop on this at my work, and it's obnoxious to have to teach every tool you use about using absolute imports, Webpack, Jest, Babel, Typescript, Eslint, TSLint and so on.

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

Preach

Collapse
 
bytebodger profile image
Adam Nathaniel Davis

Totally agree with this. I really despise the look of those ../../../../ imports. But getting rid of them can be equally problematic, depending upon your toolset.