© 2022 Hashnode
#react-router
Do you know that the most well-known library for your React application route has another version now? React Router is the most well-known library for your React application navigation. This new rout…
Recently we deployed a React Router based site to Netlify. we tried changing the path/route directly from the URL but we got the following error - We got this error because Netlify is serving our bu…
It's possible that you just started learning React or probably you have been learning React for some time and you still don't know the difference between the Link tag and the Anchor tag and when to us…
React Router v6 has been around for a while now. React developers who are still using older versions of the library are probably aching to upgrade. And for a good reason. Among other improvements, Rea…
Started with Merge sort and its time complexity, did merging using making new objects of the array and also did learnt about inplace merge sorting within the same array without creating the object of the array for merge sorting. Also learnt…
In HTML, it is easy to jump to specific section by simply adding {id} to that specific section and {#id} to the href. <a href='#specific'>link</a> <section id='specific'>This is the section!</h1> Unfortunately, this method does not work in …
by Amazing Enyichi Agu Websites built with Javascript frameworks/libraries like Vue and React JS are Single Page Apps. This means that all the elements on the website are done on a single index.html p…
due to the midsem exams I gave up on my first #100daysofcode challenge, but now I have started with new energy and the same hope, the #100daysofcode. #day1 Started with dynamic routes from youtube, got to know that we can import outlets and…
🎯 About the project In mid-April, I was having trouble staying focused during my work sessions. To stay focused, I tried listening to various types of music/sounds, such as lo-fi and ambient noise. B…
What is React Router In Single Page applications, we have multiple views. We need to navigate to different views without refreshing the whole web page for this we use a Routing library such as React …