RSReet Srivastavainreetsrivastava.hashnode.dev·Aug 14, 2021 · 3 min readSoftware Testing and Its TypeTesting is the process which is done with the aim of finding errors in a program. It is done so to avoid any type of malfunctioning when actual use of software in process. By doing this we can make the program error free. There are different principl...00
RSReet Srivastavainreetsrivastava.hashnode.dev·Jul 18, 2021 · 3 min readTypescript and it's FeaturesIntroduction Hello Again! Lets introduce ourselves to Typescript - strongly subjected as a superset of Javascript. To start with it, lets first understand the most premium question - Why Typescript ? Typescript is an open source OOPs based language w...00
RSReet Srivastavainreetsrivastava.hashnode.dev·Jul 17, 2021 · 4 min readRouting Done Easy With react router v6In a single page application with multiple views or subpage, a mechanism is needed to navigate between the different views without refreshing the page again and again. React Router provides a way to do that programmatically for applications developed...00