HTHitesh Talrejainht02.hashnode.dev·May 19, 2022 · 7 min readWhen and why you should use ES6 arrow functions/tradional function — and when you shouldn’tIn this article, you'll learn about JavaScript arrow functions and regular functions, what the major difference between them is, and when we should use one over the other. You'll see lots of examples that illustrate how they work. Table of contents ...00
HTHitesh Talrejainht02.hashnode.dev·Aug 28, 2021 · 4 min readA Complete Introduction to React useState HookHey there, Welcome to my first blog post. In this post, I am going to teach you what are React Hooks and how to use one of the most commonly used hooks - the useState hook Hooks are a new addition in React 16.8. They let you use state and other Reac...00
HTHitesh Talrejainht02.hashnode.dev·Aug 27, 2021 · 2 min readA Guide To React RouterBefore we start with React Router, there is a question that needs to be answered - What is SPA? Single Page Application SPA is that kind of application where the user clicks some links and the data of the page gets updated but the page doesn't reload...00