joshwisehub
joshwisehub
if my icon is custom.meaning it is svg file,How can i achieve the same behavior or i need to make it a component first?
`interface Props { size?: number; color?: string; className?: string; } const Arrow = ({ size = 42, color = '#013047', className }: Props) => { return ( ); }; export...
what happens to the swagger docs using this implementation. when we want authenticate it seems like pasting any text it authorizes automatically no request is sent to the server.
After some reserach i found this [https://swagger.io/docs/specification/v3_0/authentication/cookie-authentication/](url)  is seems like the swagger docs does not support this.
Nextjs has not dominated its all about hype.Most companies still use plain react .Nothing beats type safety routing Tanstack router really works well and you can still use RSC with...