Using absolute paths and breaking out of directory hell in React imports.
../../../../../../
If you were in a war and you needed to fortify your defenses, the above would have made some sense.
But, not while trying to import a different type of module in React and doing this
../../../todos
What happens if you try to restr...
saurishkar.com2 min read