When building web components, it's always a good idea to use the native HTML elements available....
As web developers, we love a good animation, right? But let's be honest, sometimes we get caught up...
Hey there! Today, we're looking into how to build an accessible menu. I decided to write this article...
In today's lesson, I'll guide you through my approach to accessibility testing. We'll explore...
Why a11y is important to me as a developer As someone who suffers from chronic migraines,...
Have you ever attempted to navigate a website solely using your keyboard due to a trackpad...
This month has been exciting for me, I got into open-source via the contributhon by She Code Africa p...
Hello there, thank you for your feedback and comments during this series, We've covered the main hook...
I have been inspired by a lot of amazing stories I've been reading. As women, no matter how different...
Hi there, in my last post we covered useCallback in react, and now, we'll be looking at one last hook...
Hello there, so we have almost covered the most used hooks in Reactjs. In my last post, we talked abo...
In my previous post, we talked about useMemo, when we should use it and why we shouldn't overuse it....
In my last post, we talked on useContext hook and we looked at some of the use cases for useContext....
useContext In React, context is more like a global variable that can be used across all co...
In my last post, we talked about hooks and useState hook. In this post, we'll be taking a look at use...
Hooks are now inevitable for React developers who use functional components. I struggled with the...