The source code for this blog is available on GitHub.

Blog

Cover Image for Immutable objects in  React

In this blog post, I will explain what immutable objects are and why they are useful in React. Immutable objects are objects that cannot be modified after they are created. They have many benefits

Piercel Moussa
Piercel Moussa

More Stories

Cover Image for What is NextJS Do For You?

What is NextJS Do For You?

Next.js is a powerful React framework that simplifies the development of server-rendered and statically generated web applications. It combines the benefits of server-side rendering with client-side interactivity, offering enhanced performance and SEO capabilities. With features like automatic code splitting, routing, API routes, and TypeScript support, Next.js provides a comprehensive toolkit for building modern and scalable web experiences.

Tim Neutkens
Tim Neutkens
Cover Image for What is the origin of react?

What is the origin of react?

In today fast-paced digital landscape, user interfaces play a crucial role in delivering seamless and engaging experiences. At the heart of this transformation stands React, a JavaScript library that has redefined how developers build user interfaces.

Piercel Moussa
Piercel Moussa
Cover Image for A little introduction of react

A little introduction of react

In the vast world of web development, React has emerged as one of the most popular and widely used JavaScript libraries. Created by Facebook, React has gained immense popularity due to its ability to build interactive user interfaces efficiently and effectively. Whether you are a seasoned developer or just starting your coding journey, understanding what React is and how it works can greatly enhance your web development skills

JJ Kasper
JJ Kasper