Reconciliation in react

Reconciliation in react

Wasiu Idowu

Wasiu Idowu

Nov 1, 2022

React provides a declarative API so that you don’t have to worry about exactly what changes on every update. This makes writing applications a lot easier, but it might not be obvious how this is implemented within React. This article explains the choices we made in React’s “diffing” algorithm so that component updates are predictable while being fast enough for high-performance apps.

Continue reading
Faster app development with flutter

Faster app development with flutter

Wasiu Idowu

Wasiu Idowu

Nov 1, 2022

You may wonder why you should use Flutter on your next project and what benefits your company will reap. This write-up is helpful whether you are the Chief Technology Officer, a TechLead, or in any other role where you need to make strategic decisions about the company’s use of technology.

Continue reading
How to easily create a Postgres database in Docker

How to easily create a Postgres database in Docker

Wasiu Idowu

Wasiu Idowu

Oct 11, 2022

Docker is awesome.

Continue reading
A Simple Introduction to Web Workers in JavaScript

A Simple Introduction to Web Workers in JavaScript

Wasiu Idowu

Wasiu Idowu

Oct 9, 2022

Fast forward nearly 25 years, and JavaScript has taken over the web. It has professional responsibilities and — finally — professional features. One example is web workers.

Continue reading
Promises-Part 2

Promises-Part 2

Wasiu Idowu

Wasiu Idowu

Oct 7, 2022

JavaScript promise is used for asynchronous programming, a successor to callback.

Continue reading
Promises

Promises

Wasiu Idowu

Wasiu Idowu

Oct 7, 2022

JavaScript promise is used for asynchronous programming, a successor to callback.

Continue reading

Recent Posts

Categories