#frontend-development
Read more stories on Hashnode
Articles with this tag
In today's lesson, I'll guide you through my approach to accessibility testing. We'll explore utilizing Google Lighthouse for automated a11y testing,...
Why a11y is important to me as a developer As someone who suffers from chronic migraines, I am particularly sensitive to bright colors, which can...
Have you ever attempted to navigate a website solely using your keyboard due to a trackpad malfunction or simply by choice, only to discover that...
Hello there, thank you for your feedback and comments during this series, We've covered the main hooks provided by React, in my last post we covered...
Hello there, so we have almost covered the most used hooks in Reactjs. In my last post, we talked about the useRef hook. In this post, we'll be...
In my last post, we talked on useContext hook and we looked at some of the use cases for useContext. In this post we'll be talking about useMemo, why...