#frontend-development
Read more stories on Hashnode
Articles with this tag
Learn how to add Custom Font Classes to Tailwind in a React Project · In this article we'll be taking a look at how to use Custom Fonts with TailwindCSS...
With forwardRef and useImperativeHandle · React offers an awesome toolset that allows you to effectively break up and modularize your applications into...
If you've ever had to display some sort of Icon on a webpage, more than likely you've used or seen Font Awesome. Font Awesome is an awesome (heh)...
Animations: the sugar on top of a well-designed webpage and the bane of a developers' existence. As you may already be well-aware, animating elements...
With React 16.8 came the release of Hooks, which, along with other great functions, provides a way for function components to have a state! In my...
Early last year React 16.8 was released, bringing with it the addition of hooks. This introduction of hooks gave developers the ability to take many...