Tag: hooks (All the posts with the tag "hooks")
- Why I would choose session based auth over JWT This is a frontend engineer's guide over why he would choose session based auth over JWT. I have mentioned all the pain points that I have faced with JWT and why I would prefer session based auth over JWT.
- Why I'm scared of useEffect useEffect is a great hook and I used it a lot for almost all the problems I had to solve. But it's not perfect and it can be a source of bugs.