#frontend-development
Read more stories on Hashnode
Articles with this tag
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...
Is React a Framework ? As per the landing page of React , it is a JavaScript library to build user interfaces. Its not a framework, but a...
There are plenty of tips which can be followed to make the JavaScript code shorter as well less complicated. I will share four of such tips which have...