React code style tips: Best practices for clean code
Learn the top React code style recommendations from the latest React docs to write cleaner, more maintainable code. Perfect for improving team discussions.
React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Unfortunately, despite a deluge of resources explaining how to use it, explanations of how it works are sparse. As it is a low-level feature, it’s not critical to understand React’s idea of concurrency, but it doesn’t hurt!
A ref callback is a little known feature in React, it’s a function to perform an action when React attaches or detaches a reference to a DOM element. It has a few use cases, let’s look at some.
Refactoring A Junior’s React Code - 43% Less Code With A Better Data Structure
As an (aspiring) Junior React developer it’s hard to know if you’re code is any good and how to improve it. In this session we review & refactor an interesting problem.
My blog is something of a trophy case of mine. Like a hunter who hangs the antlers of a stag on their wall, every time I solve a technical problem, I feel…
How to debounce and throttle in React without losing your mind
Deep dive into debounce and throttle in React. What is debounce and throttle, how to use them in React properly, how to avoid breaking them when state and re-renders are involved.
Common Beginner Mistakes with React • Josh W. Comeau
I used to teach React at a local coding bootcamp, and I noticed that students kept getting tripped up by the same handful of things. In this article, we're going to go through 9 of the most dastardly gotchas. I'll show you how to solve these common problems, so you can avoid a lot of potential frustration!
useReducer is an often forgotten, but extremely powerful, hook in React. It can replace many cases you might be using useState, with a number of advantages.
👉 I'm a host on the React Round-Up podcast: https://devchat.tv/podcasts/react-round-up👉 Don't forget to subscribe to this channel for more updates: https:/...
React Summit 2023 #ReactSummit #GitNationWebsite – https://reactsummit.com/ Follow the link to watch the full version of all the conference talks, QnA’s with...
Live stream of React Advanced Conference – Day 1, Piccard Track #ReactAdvanced #GitNationGet a completion certificate + free perks from the conference partne...
React Forget: React for developers and compilers - Sathya Gunasekaran
Sathya is a software engineer on the React core team at Meta. Previously, he worked on the V8 JavaScript compiler at Google.About the session Statically anal...
Recorded live at Reactathon 2022. Learn more at https://reactathon.comGoodbye, useEffectFrom fetching data to fighting with imperative APIs, side effects are...
Architecting Fortresses: A Deep Dive into Advanced Security Measures for ReactJS Apps - Jim Manico
As we traverse the expanse of the digital world, client-side security risks, characterized by the formidable challenges of Cross-Site Scripting (XSS) and ina...