Chinaza Egbochinaza.hashnode.net路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.2K readsReact
Dane Daviddanedavid.hashnode.net路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路90 readsReact
Anshul Dakshanshuldaksh.hashnode.net路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路38 readsReact
Chinaza Egbochinaza.hashnode.net路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.2K readsReact
Lateef Quadri Olayinkaabdqaadir.hashnode.net路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路66 readsReact
Bertil Alberto Tandayamobtandayamo.hashnode.net路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 ...87 readsNetlify
Anshul Dakshanshuldaksh.hashnode.net路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路38 readsReact
Joshua Oyewolejoshuaoris.hashnode.net路Oct 24, 2020Easy Guide to Understanding React Router for beginnersReact-router is a third-party library that鈥檚 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路260 readsreact-router
Dane Daviddanedavid.hashnode.net路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路90 readsReact
Apoorv Tanejaplxity.hashnode.net路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路134 readsreact-router
timothy ogbemudiaglamboyosa.hashnode.net路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...58 readsReact