@_saniyak_09 Just shut the hell up. If you think X is better than y. Do your stuff and keep learning. Also if you think if you have an opinion about anything in life please don't.
WTF is tech twitter smoking. All I see is a post about which framework is better, oh which one do you prefer next js / or *insert new shiny libarary* it's getting worse than LinkedIn.
@shadcn People stop using it so that every website doesn't look like a vercel clone.i love your library man but I'm sick of seeing the same website over and over again. It's like the bootstrap situation all over again.
@_trish_xD That's why we write code and not let the ai write it. You learnt a hard lesson , just like AI we also have context problems. Unless you don't think about every line of code or design choices you made won't understand it completely.
@_devJNS Three things :
1.Naming things
2. Cache Invalidation
3. Making the STUPID AI to stop *Agreeing with me on my stupid ideas instead of correcting me*
@dariuscosden One suggestion instead of contant.ts you can rename your constant as feature.constant.ts (e.g user.constant.ts) makes it easier to search files in large code base. You could do the same with types, api (rtk query). For hooks I always use the name useFeature.ts