Blog

Learn ESLint concepts, not rules

What is ESLint and why is it useful? A solution is useless if it doesn't solve a problem. So let's start with the problems we have when writing JavaScript code. Problem #1: JavaScript...
Seif Ghezala's photo
Seif Ghezala
2019-08-01 · 6 min

How to create an accessible React modal

A modal dialog is a window overlaid on top of the main application. It’s an inert window where the user can’t interact with the rest of the application. Creating a modal in React is...
Seif Ghezala's photo
Seif Ghezala
2019-04-01 · 7 min

JavaScript’s Maps For Better Performance

This article is not intended to explore the API of the Map object in details. If you’re looking for such a source, please check out MDN. In general, the Map data structure is useful...
Seif Ghezala's photo
Seif Ghezala
2018-11-01 · 5 min
Page 2 of 2