Blog
How to build an Auto-Playing Slideshow with React
In this article we’ll build an auto-playing slideshow using React. The article is divided in two sections: The trick…
Omar Benseddik
Nov 16, 2020 · 11 min read
How to create React Notifications/Toasts with 0 dependencies
In this article, we’ll build from scratch React Notifications (toasts) without using any third-party library (except…
Seif Ghezala
Oct 19, 2020 · 12 min read
How to build a stopwatch with HTML, CSS, and plain JavaScript (Part 1)
This series of articles is made out of two parts: In this first part, we build the stopwatch’s user interface with HTML…
How to create scroll animations with just 1 React hook (Part 1)
This is a series of articles where we learn a few techniques to create scroll animations with just 1 React hook. In this…
Seif Ghezala
Nov 01, 2019 · 5 min read