¿Sabías que existen los "Premios Comedia de Fotografía de la Vida Salvaje"?
Estas son algunas de las fotos de animales más divertidas e ingeniosas:
1. Habla con la aleta (Jennifer Hadley)
ReactNode vs Element. Let's clear up the confusion.
React.ReactNode: Anything a React component can render. JSX, string, null, undefined, number.
JSX.Element: Just represents JSX.
⚛️ I put together a visualization of how the re-render process work in React ↓
Hope it helps you to understand this process and allows you to better predict and control UI changes.
Trigger → Render → Commit
⚛️ This is how I usually like to structure and organize a React application (no FW).
How do you organize a React application directory?
I read your opinions below!
🔥 As of today, CSS :has() is now supported in every browser!
This is a next-level selector that opens up a ton of new possibilities. Here are 10 hot tips for using CSS :has()
Details of each below
⚛️ I don't worry too much about re-renders in React. (unless I see performance issues)
However, I do care about understanding how the rendering process works. ↓