Hey guys, I have a question, I'm working on a e-commerce project with nextjs & tailwind, so I'm using javascript to responsive the layout insted of tailwind, is it a good idea ?
I have created a hook called "useScreenSize" and i use it to make the layout responsive...
Is this a good practice or a bad practice?