React Digest #338: A complete guide to React Router: Everything you need to know

And more news, tutorials and articles about React in this week's issue.

#338 — January 10, 2022 View in browser

React Digest

Spread the word, build the community, share the knowledge – invite your friends.

sponsor

Track technical debt in your VS Code & JetBrains editors

Stepsize is an editor-first issue tracker for a healthy codebase. Create, view, and prioritise code issues, like technical debt and refactoring work, directly from your editor. Stepsize integrates with your existing tools like Jira, Slack, and GitHub, so you can track and address issues without context switching. Install the Stepsize VS Code or JetBrains extension.

this week's favorite

A complete guide to React Router: Everything you need to know

It’s probably no surprise to you that React Router is the most popular 3rd party library in the React ecosystem. In fact, during the last 6 months, React Router has been included in 44% of all React projects. This statistic alone is enough to declare React Router as essential knowledge for any serious React developer.

Building a Scrollspy and more using React and IntersectionObserver API

An IntersectionObserver is a utility in the native browser APIs which lets us check whether an element has intersected the viewport or any other ancestor.

React component testing

React Testing Library and Jest are provided out-of-the-box support with create-react-app and we do not need to install them separately. React Testing Library (RTL) is built on top of the DOM testing library, as in the tests will work with the actual DOM. This allows the tests to simulate the ways that users will interact with DOM, as closer as possible. It is super easy to use, provides an array of assertion methods (extended from Jest), user-events simulation and etc.

A Visual Guide to React Rendering Sandbox

Code Sandbox that you can use as an interactive companion to the articles.

Top 15 ideas for React apps that web devs can build in 2022

The best way to learn ReactJS is certainly through direct practice. If you’re convinced that ideas that have not been executed cost anything, then feel free to browse our list of React app ideas and finally put them to the test.

newsletters


© 2022 Bonobo Press
Would you like to advertise or post a job with us? Check out our latest media kit.
If you no longer wish to receive these emails, click to unsubscribe.

Older messages

React Digest #337: Debounce vs throttle

Sunday, January 2, 2022

And more news, tutorials and articles about React in this week's issue. #337 — January 03, 2022 View in browser React Digest Spread the word, build the community, share the knowledge – invite your

React Digest #336: Modern API data-fetching methods in React

Sunday, December 26, 2021

And more news, tutorials and articles about React in this week's issue. #336 — December 27, 2021 View in browser React Digest Spread the word, build the community, share the knowledge – invite your

React Digest #334: How to build stunning 3D scenes with React Three Fiber

Sunday, December 12, 2021

And more news, tutorials and articles about React in this week's issue. #334 — December 13, 2021 View in browser React Digest Spread the word, build the community, share the knowledge – invite your

React Digest #333: React State Museum: A whirlwind tour of React state management systems by example

Sunday, December 5, 2021

And more news, tutorials and articles about React in this week's issue. #333 — December 06, 2021 View in browser React Digest Spread the word, build the community, share the knowledge – invite your

React Digest #332: Learn React animations by creating a Stripe inspired menu

Sunday, November 28, 2021

And more news, tutorials and articles about React in this week's issue. #332 — November 29, 2021 View in browser React Digest Spread the word, build the community, share the knowledge – invite your

You Might Also Like

📱 Issue 409 - Claude Team plan and iOS app

Thursday, May 2, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 409 Release Date May 02, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 415 - Hotel WiFi JavaScript Injection (2012)

Thursday, May 2, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 415 Release Date May 02, 2024 Your weekly report of the most popular JavaScript news, articles

💎 Issue 415 - Choosing the Right Audit Trail Approach in Ruby

Thursday, May 2, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 415 Release Date May 02, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 408 - Speeding up C++ build times

Thursday, May 2, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 408 Release Date May 02, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 415 - Ditch dotenv: Node.js Now Natively Supports .env File Loading

Thursday, May 2, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 415 Release Date May 02, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 333 - React 19 Beta

Thursday, May 2, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 333 Release Date May 02, 2024 Your weekly report of the most popular React news, articles and projects

📱 Issue 412 - The Composable Architecture: My 3 Year Experience

Thursday, May 2, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 412 Release Date May 02, 2024 Your weekly report of the most popular Swift news, articles and projects

💻 Issue 410 - Lessons learned after 3 years of fulltime Rust game development, and why we're leaving Rust behind

Thursday, May 2, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 410 Release Date May 02, 2024 Your weekly report of the most popular Rust news, articles and projects

📺 How to Stop Any Smart TV From Spying On You — Single Player Games That Are Fun With Friends

Thursday, May 2, 2024

Also: Alienware's Latest Gaming Laptop is Great For Work, and More! How-To Geek Logo May 2, 2024 Did You Know The voice actors behind Mickey and Minnie Mouse throughout the 1980s, 1990s, and most

JSK Daily for May 2, 2024

Thursday, May 2, 2024

JSK Daily for May 2, 2024 View this email in your browser A community curated daily e-mail of JavaScript news What is Throttling in JavaScript? Explained with a Simple React Use Case Welcome back,