#react
Read more stories on Hashnode
Articles with this tag
I'm excited to share that we are successfully transitioning from create-react-app (CRA) to Vite in my workplace! 🎉 Switching wasn’t straightforward,...
In each Frontend Developer's life, there comes a time when they need to edit something in the bundler, luckily this day hasn’t come yet for me, but I...
As a React developer, you’re likely familiar with the benefits of using a statically-typed language like TypeScript. TypeScript offers a type system...
Have you heard of DRY before?In the world of programming, DRY stands for Don’t Repeat Yourself. React, being a library, lacks a lot of the boilerplate...
Photo by Nubelson Fernandes on Unsplash EgyptFWD is a digital scholarship provided by the Egyptian Ministry of Communication and Information...
I’ve been working with tables a lot these past few weeks, one task I got today was to implement a feature to sort table columns for unsorted data...