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

ReasonML for production React Apps? 馃 (Part 4)

This is the last article of the series. We've built a few things with ReasonReact and now it's time to share my opinion about using Reason to create React applications. Access Part...
Seif Ghezala's photo
Seif Ghezala
2019-06-01 路 8 min

ReasonML for production React Apps? 馃 (Part 3)

A while ago I published this article about building an accessible and reusable modal/dialog component in React. The component achieves the following requirements: A reusable component...
Seif Ghezala's photo
Seif Ghezala
2019-05-11 路 9 min

ReasonML for production React Apps? 馃 (Part 2)

I like to go to the Roadmap of ReasonML from time to time to get excited about what's getting cooked. Whenever I visit the page, I can't help but notice these 2 points: So the official...
Seif Ghezala's photo
Seif Ghezala
2019-05-03 路 10 min

ReasonML for production React Apps? 馃 (Part 1)

ReasonML is a functional programming language with smartly inferred strict types, that compiles to JavaScript. ReasonReact is Reason bindings for ReactJS (aka the translated ReasonML...
Seif Ghezala's photo
Seif Ghezala
2019-04-19 路 10 min

How to create an accessible React modal

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

ReasonML vs TypeScript: comparing their type systems

A type is a labeled set of constraints that can be imposed on a value. A type system analyses values in a piece of code, and validates them against their types. JavaScript has a type...
Seif Ghezala's photo
Seif Ghezala
2019-02-01 路 9 min
Page 2 of 3