An innovative and resourceful Software developer and Technical writer with experience in documenting Web 2.0 and Web 3.0 software systems. Her immediate goal is to build out and articulate technical solutions and curate valuable thinkpieces that add real value to the web ecosystem.
Part-time/ full-time roles in Technical writing and Web development
Table of Contents Introduction Prerequisites Installation of React Router Understanding BrowserRouter, Routes, and Links Adding links and Routes Conclusion Introduction React Router is the standard and most popular routing library for React. It is ...

Beginners often times get confused about the variable declaration types in Javascript, when and how to use them. This article gives a straightforward perspective on the use of var, let and const. The keywords var, let and const define variables in Ja...
