MSMuskaan Shahinmuskaanshah.hashnode.dev·May 11, 2022 · 5 min readUnderstanding XHRHello everyone! In this article, we are going to understand about XHR, and then compare it with other data fetching methods such as fetch. What is XHR? Firstly what is XHR? XHR is the acronym for XMLHttpRequest. By seeing the name, you'd wonder why w...00
MSMuskaan Shahinmuskaanshah.hashnode.dev·May 10, 2022 · 5 min readuseRef hookIn this article, we shall discuss what is the useRef hook. We will then understand the use cases of this hook with the help of examples. Then we will discuss when to use useRef. We shall also compare it with useState, another well-known hook. What ...02TJ
MSMuskaan Shahinmuskaanshah.hashnode.dev·May 19, 2021 · 8 min readGetting started with CSS selectorsHello everyone! In this blog, we are going to learn about the basics of CSS selectors with the help of examples. There's also a small quiz so that you can test your understanding of the topic. What is a CSS selector? A CSS selector is used to select ...00