Debbie Danndebbiedanndigital.hashnode.net·Feb 25, 2022Featuredbuzzphonics: a learning app🐝 About the project In this Netlify x Hashnode hackathon post I want to share with you how I built my buzzphonics app. I wanted to create a phonics app that I can save on my phone and have to hand when reading with my daughter who's just started le...207 likes·1.7K readsNetlifyHackathon
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
Stephen Emmanuelstephcrown.hashnode.net·Jan 11, 2022Transitioning from React Router v5 to v6React-router is the standard library for routing in react js. It allows users of a react app to move between different sections (components) of the app. The react-router team announced the release of a stable version of react-router version 6 (v6) ...66 likes·819 readsReact
Saleh Mubasharsaleh.hashnode.net·Apr 25, 2023404 Page with React Router V6.4A 404 page can be incredibly useful in improving user experience. It is displayed when a user tries to access a page that does not exist on a website. In this article, we will explore two ways to implement a 404 page using React Router V6 in our Reac...10 likesReact JSReact
Sanket Singhsanketsingh.hashnode.net·Apr 8, 2023Getting Started With Pure ReactA lot of you might be already aware of how to use react or might be still struggling with where to start. In both cases, this blog might be worth a read for you. Why? Because if you already know React then you might have asked a question about yourse...React
Sreejit Senguptosreesen.hashnode.net·Apr 7, 2023Building Dynamic Single-Page Applications with React RouterOverview Hey everyone! I hope you'll are doing well. In this blog, I'll get you started with React-Router so that you can easily navigate to different pages of your single-page website or web app. Here are the things we are going to cover in this blo...15 likes·45 readsReact
Smart Shocksmartshock.hashnode.net·Apr 6, 2023How to Implement React Router in Your ApplicationReact Router is a popular library for handling routing in React applications. It allows developers to define routes and link them to specific components, enabling users to navigate between different pages of the application. In this exercise, we will...2 likes·28 reads25 React Exercises for Practical LearningWeb Development
Harshit Dugarharshitdugar.hashnode.net·Apr 4, 2023Top React.js LibrariesReact is a popular JavaScript library for building user interfaces. It allows developers to create reusable UI components, making it easier to build complex web applications. However, to get the most out of React, it's important to use the right libr...2 likes·43 readsReact
Prabakaran Mprabakaran55.hashnode.net·Apr 1, 2023React Blog WebsiteI finished building a blog website using React, Bootstrap, and Sass! I added some cool features to make it more interactive and user-friendly. The purpose of this project was to provide a simple and easy-to-use interface for users to experiment wit...33 readsReact
Wisdom Okoghosetgram.hashnode.net·Mar 31, 202310 Best Practices for Writing Clean and Maintainable React CodeReact has become one of the most popular JavaScript libraries for building web applications. However, as React projects grow in size and complexity, it becomes increasingly important to write clean and maintainable code to ensure long-term success. I...React
AbdulSalaamclericcoder.hashnode.net·Mar 31, 2023Mastering React Router: The Ultimate Guide to Navigation and Routing in React Apps!Definition of React Router: React Router is a popular routing library for React applications that allows you to manage navigation and URL routing in a single-page application (SPA) or a multi-page application. It provides a set of components and APIs...7 likes·40 readsReact
Akash Bhadouriahiremeakashdev.hashnode.net·Mar 30, 2023How to Write a GraphQL QueryWhat is GraphQL? GraphQL is a query language for APIs. It is, in fact, a layer that sits between your frontend and backend. Here, the client—a frontend—will use this query language to request data from the API, and GraphQL will take that into account...5 likes·91 readsReactHooks
Tech Blogsmrtechblogs.hashnode.net·Mar 29, 2023Building a Simple Portfolio Website with React JSIf you're looking for a simple and effective way to showcase your work and skills, a portfolio website is a must-have. And if you're a frontend developer, what better way to build your portfolio site than with React JS? In this article, we'll go thro...38 readsReact