Cosmic Webcomicweb.hashnode.dev·Nov 14, 2024Essential React Concepts for Modern DevelopersReact has continually evolved, offering developers powerful tools and concepts to build efficient, high-performing web applications. Here’s a look at some essential concepts in React and how they shape the future of front-end development. Whether you...DiscussReact
KazooTTT Wangkazoottt.hashnode.dev·Nov 14, 2024search params 请求参数的获取与更新react router useSearchParams useSearchParams | React Router interface URLSearchParams { /** Appends a specified key/value pair as a new search parameter. */ append(name: string, value: string): void; /** Deletes the given search parameter...Discuss前端window.location
React MastersforReact Master's blogreactmasters.hashnode.dev·Nov 13, 2024Pre-Requisite of Routing in React JSUnderstanding Routing in React JS and its Prerequisites: Routing is an essential concept in web development that enables users to navigate different views or pages within a web application. In React, routing plays a crucial role in building single-pa...DiscussReact
Shikhar Shuklashikhar99.hashnode.dev·Nov 9, 2024Modern ESLint Configuration in React: Managing Prop Types and Unused Variables WarningsWhen working on React projects, ESLint is an invaluable tool for enforcing code quality. But sometimes, the default rules may not align with the specific needs of your project. In this article, we’ll explore how to configure ESLint for React applicat...Discuss·30 readseslint
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 4, 2024Day 3: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome back to the development journey of our Tic-Tac-Toe game! In Day 2, we focused on implementing the server-side logic to make real-time multiplayer possible. Today, I’ll be diving deeper into the client-side, where I’ve added some important upg...Discuss·10 likesReact
Amar Jondhalekarcoffeewithamar.hashnode.dev·Nov 4, 2024Building a Dynamic React Application with RoutingHello, everyone! It’s Amar Jondhalekar, and today I’m excited to take you through building a dynamic React application using React Router. This will help you create a seamless user experience by navigating between different components easily. Let’s d...DiscussReactJS Evolution: Learn from the Ground Upreact router
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 3, 2024Day 2: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome to Day 2 of building our customizable Tic Tac Toe game! After setting up the Pass & Play mode, I’m diving into Connect & Play — a feature that lets players connect remotely and play in real-time from separate devices. Today’s focus is on impl...Discuss·10 likestic tac toe
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 1, 2024Day 1: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome to Day 1 of building customizable Tic Tac Toe game! Today, I’m focusing on setting up the basics with an Pass & Play mode, where players can select their own board size and play on the same device. My goal for Day 1 is to create a smooth, fle...Discuss·10 likes·41 readsReact
Charan Mudirajcode-with-charan.hashnode.dev·Nov 1, 2024Handling Dependent Loaders in React Router | Accessing Parent Loader's Promise in a Child LoaderPretext: The following article provides a better solution with a clean code, to sequentialize data fetching and accessing flow in the react router loaders. The Problem: By default, all loaders in react router are executed parallelly. This is great fo...Discuss·94 readsReact