Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

arinthros/absolute-imports

Repository files navigation

Absolute Imports

ES6 relative imports are great, but in a complex app they can be tough. This demonstrates how to implement absolute imports relative to the src directory. There are other ways to do this, but this was the way that works best for me.

Inspired by @kentcdodds

Using the step-by-step guide

  1. git fetch --all
  2. Follow the OUTLINE