#javascript
Read more stories on Hashnode
Articles with this tag
The Realisation I was tasked with porting our Single Page Web Application (SPA) to a Server-Side Rendered (SSR) setup. The goal was simple:provided a...
I am a 19-year-old Full-Stack developer who recently retired from frontend dev (coz' I got sick of it), currently working as a Backend Developer. I've...
Introduction So... what is this... "OAuth" huh?This is what they say: OAuth is an open-standard authorization protocol or framework that provides...
Introduction When I was creating a signup form, I found myself creating dozens of useStates & then creating dozens of onChange handlers for those...
Introduction You must've seen google's autocomplete search bar predict your next keystrokes as you type in it So, I thought of building one and...
Introduction Hooks were introduced quite a while ago in React. They enabled to tap into state & lifecycle methods WITHOUT using class components. In...