Deepak Mankotia10 Advanced JavaScript Tricks for Experienced Developers 💻10 advanced JavaScript tricks that experienced developers can use to improve their coding skills:Apr 6, 2023Apr 6, 2023
Deepak MankotiaUnderstand Redux ToolkitRedux Toolkit is an official package from the Redux team that simplifies the process of writing Redux code. It provides a set of…Apr 6, 2023Apr 6, 2023
Deepak MankotiaRedux or Context API in React?Both Redux and Context API are state management solutions in React, but they serve different purposes.Apr 6, 2023Apr 6, 2023
Deepak MankotiaFunctional or Class component in ReactJs?In React, you can create components using two different approaches: functional components and class components. Here’s a brief overview of…Apr 5, 2023Apr 5, 2023
Deepak MankotiaRedux or no Redux?Whether or not to use Redux in a React application depends on various factors such as the size and complexity of the application, the…Apr 5, 2023Apr 5, 2023
Deepak MankotiaHoisting in JavaScript, advantages and disadvantagesHoisting is a behaviour in JavaScript where variable and function declarations are moved to the top of their respective scope during the…Apr 5, 20231Apr 5, 20231
Deepak MankotiaWhat are keys in React?In React, “keys” are special attributes that are used to uniquely identify elements in an array of components or elements that are rendered…Apr 5, 2023Apr 5, 2023
Deepak MankotiaUseful Javascript Array trick which one should knowTable of content * Iterative methods map(), every(), filter(), forEach(), some(). * Reduction Methods reduce() and reduceRight(). *…Jul 8, 2021Jul 8, 2021
Deepak MankotiaGood Collection of templates but unfortunately these are are not free, especially the one which I…Mar 4, 2021Mar 4, 2021