
Pere Sola
Frontend Developer @Pleo.io. @LambdaSchool graduate
Education
Lambda School
Pinned
SEO with Gatsby
SEO with Gatsby
2 min read
Today's rabbit hole: securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets & more
loading...
Recent comments
Creating custom hook for fetching data in react
Awesome post, it clarified a couple of doubts I had
How to redirect to an external url in your React app
Glad it helped!
Course Review: Kent C. Dodd's Epic React
Thanks for the review. I have high respect for Kent and this ...
How a website is rendered?
Thanks! I don't I am afraid. It is such a vast topic, let me ...
Using custom hooks to reduce component complexity
Thanks for the article. I am exploring the world of custom ho...
Today's rabbit hole: securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets & more
hey, thanks! I honestly would not be able to answer that q...
Export React child components from single file
oh, nice, looks shorter and sweeter indeed javascript.info/im...
Writing a queue in JS (using an Array)
Thanks! You prompted me to build a Queue using a LL, check it...