Stop Using ../../../ While Importing Components, Instead Use This Method
Introduction ๐
When you go to GitHub and see some other developers code, most of them are importing their components like this๐
import Button from "../../../components/Buttons/Button"
This is called relative import. Relative import will start with...
suhailkakar.com1 min read
Rahul Kumar
Software engineer
HI, I am Rahul. I think
jsconfig.jsonis made for editors only and should not used for production.see