Chinaza Egboblog.chinaza.dev·Dec 1, 2020Common React Hooks cheatsheet - React, Redux, Router and Ionic friendlySo 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 accessing Reacts core features. To put it plainly:...80 likes·2.4K readsReact
Lateef Quadri Olayinkaabdqaadir.hashnode.dev·Nov 21, 2020How to share props using navigation Link in ReactHi, 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 the data using the Link component that comes with re...3 likes·82 readsReact
Bertil Alberto Tandayamoblog.bertiltandayamo.me·Nov 19, 2020React routes on Netlify in 2 stepsThis 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 doing well on my localhost. I decided to go with a ...106 readsNetlify
Anshul Dakshanshuldaksh.hashnode.dev·Nov 1, 2020Beginner's guide to React RoutingHey ! 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 with navigation without the page refreshing as the ...5 likes·48 readsReact
Joshua Oyewolejoshuaoris.hashnode.dev·Oct 24, 2020Easy Guide to Understanding React Router for beginnersReact-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 this article you are going to learn what react-rou...1 like·323 readsreact-router
Dane Daviddanedavid.hashnode.dev·Aug 10, 2020Introducing react-router-nav-prompt 🎉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 the flexibil...11 likes·106 readsReact
Apoorv Tanejaplxity.hashnode.dev·May 2, 2020Remember the link and redirect back to it after a successful login using ReactJSHello 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 back to it after successful login using ReactJS and R...1 like·162 readsreact-router
timothy ogbemudiaglamboyosa.hashnode.dev·Feb 20, 2020An unopinionated way to get dynamic routes in ReactHi, 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 is dynamic...67 readsReact