React

React

172 bookmarks
Newest
Obfuscate Web Component | Nerdpress.org
Obfuscate Web Component | Nerdpress.org
Typically, when integrating emails into websites, I obfuscate the email address to prevent spam bots from collecting them. For React, there were already components that handled this task; however, without React, I couldn't find a suitable solution. Therefore, I created a web component: obfuscate-wc that now provides an HTML element capable of obfuscating your email
·nerdpress.org·
Obfuscate Web Component | Nerdpress.org
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
A surprisingly-common misconception can lead to big rendering issues that are difficult to debug. This deep-dive tutorial examines how React and Gatsby can be used to pre-render content, and how we can work around the constraints to build dynamic, personalized web apps.
·joshwcomeau.com·
The Perils of Hydration: Understanding how Gatsby/Next manage server-side rendering and hydration
Common Beginner Mistakes with React
Common Beginner Mistakes with React
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!
·joshwcomeau.com·
Common Beginner Mistakes with React
Making Sense of React Server Components
Making Sense of React Server Components
This year, the React team unveiled something they've been quietly researching for years: an official way to run React components exclusively on the server. This is a significant paradigm shift, and it's caused a whole lot of confusion in the React community. In this tutorial, we'll explore this new world, and build an intuition for how it works, and how we can take advantage of it.
·joshwcomeau.com·
Making Sense of React Server Components
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source. - GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effecti...
·github.com·
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
Why not React?
Why not React?
REACT FANS DON’T LOOK: A formerly-internal analysis around fitting a ≥44.5kB framework in a 20kB bag.
·dev.to·
Why not React?
Another way React Breaks HTML
Another way React Breaks HTML
Unsuspecting react users may come to believe that web components break react, but the truth is - as usual - exactly the opposite. Despite the superficial similarity to HTML, react's JSX language breaks the web platform's powerful native slot element.
·bennypowers.dev·
Another way React Breaks HTML