When building a microfrontend in React using tools like create-react-app, Webpack, or Vite you might expect plain CSS files and CSS modules to just work, but they don鈥檛 馃槺.
Here is...

Vladimir Zotov2021-10-24 路 4 min
This post is part of the series Explain Like I'm Five (#eli5), which aims to make tech concepts and terms easy to understand.
In this post, we鈥檒l be answering the question: what is...

Omar Benseddik2021-05-29 路 5 min
As a frontend web development company, we often hear about microfrontends. This happens when your company plans to have multiple teams build a big new web project. The company does...

Vladimir Zotov2021-01-07 路 7 min
Sba茂 Dentaire is the number 1 user-rated dental practice in Casablanca (Morocco) by Google users:
Many patients book appointments through the website on the go from their mobile, therefore...

Seif Ghezala2020-07-19 路 12 min
This is a series of articles where we learn a few techniques to create scroll animations with just 1 React hook.
In this first part, we will use the scroll event to achieve that.
...

Seif Ghezala2019-11-01 路 5 min
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 Ghezala2019-06-01 路 9 min
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 Ghezala2019-05-03 路 10 min
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 Ghezala2019-04-19 路 10 min