async and defer in <script> tag

async and defer in <script> tag
This question asked in the interview to test whether you know different JavaScript files loading strategies or not and their behavior.Let's understand its behavior and when to use. Basically both asyn...
0 Read More

Deep Dive into `createStore` in Redux

Deep Dive into `createStore` in Redux
Redux's createStore is at the heart of the Redux architecture. It's the fundamental API for creating a Redux store. In this deep dive, we’ll explore everything about createStore — from its argumen...
0 Read More