DEV Community

Discussion on: How should we structure our React code? (1/2)

Collapse
 
frable90 profile image
Frank Blechschmidt

For anyone running into issues with absolute imports using the .env file:

The support for NODE_PATH has been removed with create-react-app v4: github.com/facebook/create-react-a...

Use jsconfig.json instead: create-react-app.dev/docs/importin...