Seems like JavaScript never ceases to surprise me, perhaps that would explain why I’m writing another blog on JavaScript tips, and I honestly don't...
A new version of React was released on the 29th of March this year. The latest version, React 18, includes some out-of-the-box improvements, including...
I made a portfolio website using only HTML without any styles. The intention was to push the limits of pure HTML and see its capabilities, and it was...
React Error Boundaries were introduced in React version 16 to generate a fallback UI in case a component were to crash. This was to ensure that a...
This is a continuation to my earlier article : 4 JavaScript tips for shorter code 1. Replace Switch or If-Else with key value pairs The switch...
React.js is currently the most popular front-end JavaScript library for building Web applications. It is an open-source JavaScript library that is...