PMPranjal Mahajaninpranjalmahajan96.hashnode.dev·Aug 14, 2021 · 3 min readRouting in SPAs with React Router v6 - Part 1Part-1 explains the basic routing done with the help of React-Router in React Apps Well, first let's understand what are SPAs When a user runs an application and clicks on any of the links provided, and when only the content of the page changes inste...00
PMPranjal Mahajaninpranjalmahajan96.hashnode.dev·Aug 14, 2021 · 4 min readUnderstanding Async/Await in JavascriptPromises in Javascript A promise is commonly defined as a proxy for a value that will eventually become available. In layman terms, a promise in Javascript is very much similar to a promise in real life. A promise is like a commitment which will eith...01W
PMPranjal Mahajaninpranjalmahajan96.hashnode.dev·Aug 14, 2021 · 3 min readUnderstanding React Custom HooksWhat are Custom Hooks? Custom hooks are Javascript functions whose name starts with the word use and that may call other Hooks inside them as well. They are created when one wants to reuse the code in several parts of the app and also wants to tidy u...01V