Puja Kundu

Puja Kundu @pujakundu

About: I write about HTML | CSS | JavaScipt | React JS

Location:
Bangladesh
Joined:
Feb 7, 2021

Puja Kundu
articles - 7 total

Improving React App Performance with Lazy Loading

When building React applications, it's important to consider performance. Slow applications can have...

Learn More 0 0Apr 21 '23

A brief intro to JS Promises

A JS Promise is an object that represents the completion or failure of an asynchronous operation and...

Learn More 2 0Oct 12 '22

React Higher Order Component

What is a Higher Order Component in React? Higher order component is a function that takes...

Learn More 4 0Aug 10 '22

JavaScript(ES6) Symbols

What is symbol in JavaScript? Symbol is a primitive data type that is unique and...

Learn More 5 0Jun 21 '22

What is React Virtual DOM

What is DOM? Document Object Model or simply DOM is an Application Programming...

Learn More 8 0Apr 20 '22

Build a Rock-Paper-Scissors-Lizard-Spock game

If you are familiar with Big Bang Theory, you must have heard about the...

Learn More 6 0Feb 8 '22

JavaScript Hoisting

Hoisting is a default behaviour of JavaScript. It moves the declaration of variables and functions to...

Learn More 7 0Jul 23 '21