DEV Community

Discussion on: Container/View Pattern in React inc.hooks

Collapse
 
mikoloism profile image
mikoloism

Useful ⭐

I have a question about the your import path, how you do that?
I mean how you use "@" prefix to your folder? 🤔

Thank 😉 ✌️

Collapse
 
rmurati profile image
Redžep Murati

Hello, I've achieved that by using craco with craco-alias.
You can find out more here:
npmjs.com/package/craco-alias

Collapse
 
mikoloism profile image
mikoloism

Thanks 🌺✌