NMNikhil Malviyainnikhilmalviya.hashnode.dev·Nov 15, 2022 · 5 min readAsynchronous Programming in JSQ1. What is Asynchronous in Javascript? Ans:- Asynchronous means, when one task is executing, you can switch to a different task without waiting for the previous task to be completed. Q2. What is synchronous in javascript? Ans:- Synchronous means, t...00
NMNikhil Malviyainnikhilmalviya.hashnode.dev·Nov 4, 2022 · 5 min readRedux-toolkitQ.1 What is Redux? Ans:- Redux is a State Management Library. that can contain all the states of an application. Redux allows to React Component to read data from the redux store. Q2. What is the Difference between Redux and redux-toolkit? Ans:- R...01B
NMNikhil Malviyainnikhilmalviya.hashnode.dev·Oct 21, 2022 · 11 min readAbout React.JS:-Q1. What is React? Ans - Basically React is an open-source JavaScript library, and with the use of react, we can build single-page applications and user interfaces. and also react.js allows to us create reusable UI components. Q. Why do we use Re...00