Armstrong Olusoji

Armstrong Olusoji @armstrong2035

Joined:
Apr 6, 2024

Armstrong Olusoji
articles - 9 total

How React19 optimizes rendering

React 19 offers several new features. And some of those features improve rendering behavior. This is...

Learn More 0 0Nov 10 '24

How React19 optimizes rendering

React 19 offers several new features. And some of those features improve rendering behavior. This is...

Learn More 3 0Nov 10 '24

5 crucial facts about React Rendering

As I built my first project with React, one recurring issue was unnecessary renders. Sometimes,...

Learn More 5 0Jul 25 '24

How Next router handles routing differently from React Router Dom

React and Next.js are similar in some ways, and different in others. One of those differences is in...

Learn More 6 0Jun 28 '24

A simple introduction to JavaScript promises

Introduction Modern web development requires asynchronicity. Sometimes, a function needs...

Learn More 0 0May 27 '24

Your client-side is not secure without these 5 practices

From HTML websites in the 1980s to progressive web apps in 2024, web development has come a long way....

Learn More 2 0May 24 '24

Should I use a radio group or a checkbox?

Selectors are important in software development. They are useful in forms, settings, and other...

Learn More 2 0Apr 22 '24

9 differences between IndexedDB and LocalStorage

IndexedDB (IDB) and LocalStorage(LS) are tools for storing data on the client side. They can save...

Learn More 42 3Apr 22 '24

How to build a complex layout with Material UI

Many developers assume that Material UI (MUI) cannot build complex layouts. But this is far from...

Learn More 8 0Apr 10 '24