AboutPostsToolsResumeContact

Blog Posts About React

Improve Performances With Dynamic “content-visibility”

Using the power of the content-visibility CSS property on dynamic sized elements

Loading Gists in a NextJS Application

A tutorial on how to load GitHub Gists from inside markdown pages of a NextJS blog

Fetching data with React

From custom made code to powerful libraries

Core Web Vitals Dashboard On Google Analytics

Start a Core Web Vital Real User Monitoring on Google Analytics

Build an Easy Popup System With React

Demystifying the way to create a simple, customisable, and accessible popup system with React

My Journey From React to React Native

The things that changed for me switching when from web applications to native applications

An Opinionated Way to Structure React Apps

Based on my experience acquired building several big projects

How to Debug a React Context API App

Using the Redux DevTools extension

Deploy Your ZEIT Now App With GitHub Actions

Implement custom logic without having to create an app to perform a task

How I dropped Redux for the Context API

React 16 introduced a new Context API to replace the deprecated one… Here is my way to replace Redux with this new API.