Making React Fast: Tips on Optimizing ReactJS

React does a fantastic job abstracting away the rendering of webpages. When state changes, our UI’s r… Read more

Similar

Using IndexedDB with React (and Hooks)

If you're new in React and you want to build an app with IndexedDB as your database, you're on the right page. In this article, we'll be looking at building a very small application which will add and remove items from an IndexedDB database, and upda... (more…)

Read more »

A Notification Timeline Using React

Introduction It's been a while I have done much with React. When I was trying it out with simple state management, in-built hooks, basic styling and managing events, I thought, why not to build something useful? That's when the idea of building a sim... (more…)

Read more »