Brain Blocks by Saiful Alam
About
Series
Tags
Open menu
All series
JavaScript
Javascript related tips and tricks.
5 articles
JavaScript
8 min read
Understanding Zustand: A Lightweight State Management Library for React
State management is a crucial aspect of building robust and scalable React applications. While there are numerous state management libraries available, Zustand…
#javascript
#react
#reactjs
+7
Jul 16, 2024
JavaScript
6 min read
Asynchronous Programming with Promises and Async/Await in JavaScript
JavaScript's ability to handle multiple tasks simultaneously, known as asynchronous programming, is what makes it so powerful. But this power comes with complex…
#javascript
#web-development
#promises
+4
Dec 18, 2023
JavaScript
22 min read
API call in JavaScript & JS frameworks
Interacting with external applications is a necessary thing when we work on frontend applications by API calls. APIs allow different software applications to co…
Dec 12, 2023
JavaScript
6 min read
Memory leak in React JS application
Memory leaks or unintentional memory growth in a React application can be risky, potentially causing the browser tab—or even the entire browser—to crash. Recent…
Dec 8, 2023
JavaScript
10 min read
Usage of JavaScript array methods
In JavaScript, an array is a data structure that contains a collection of elements. Arrays are very useful because you can store, access, and manipulate multipl…
#javascript
#array
#usage
+2
Nov 25, 2023