BLOGS

webpack vs cra

In this article we're going to learn about the difference between initializing a project using npx create-react-app and using a react bundler such as Vite. We'll see what are the pros and cons of both the ways and which one you should be using

View blog

Learning Context API, and Local Storage

The Todo app is a basic tool that lets users create a list of tasks, mark them as completed, and remove them when they're done. It might sound simple, but it covers a lot of ground in React, from state management to persisting data with Local Storage...

View blog