© 2023 Hashnode
#react-router-cinhn7r71003oxe534326vsqz
So who is this for? Frontend developers writing functional React components Ionic React mobile developers React Hooks Hooks provide React developers the ability to write functional components while …
Hi, have you been in a situation where you need to share data between two non-nested pages/components and you really don't want to move the data to the global state? Good news! You can easily share th…
This week I just finished a very cool project (if you feel 👀). It's a mobile web app to check your daily music stats, all artists and tracks it's getting from Spotify API. I had finished and it was d…
Hey ! What's up everybody.... In this blog we are going to talk about the react routing fundamentals . What React routing does So , React routing , allows us to build a single-page web application w…
React-router is a third-party library that’s popularly accepted for its design and simplicity. It provides us an easy way to navigate through a React application with several views (pages / URLs). In …
Today, I've decided to make my new npm package react-router-nav-prompt public! react-router-nav-prompt exposes simple APIs based on hooks & render props to confirm user navigation while using React Router. The package is intended to give th…
Hello peeps, I am plxity, a JavaScript developer. Currently, I am working as an SDE Intern @Innovaccer. Today in this article I am going to explaining how to remember a link and redirect the user bac…
Hi, this is going to be a relatively short article. In it, i'm going to show the way I get dynamic routes in my React apps. If you've heard of dynamic routes they are basically routes or parts of routes that aren't hard coded in, the path …