Reusable Components in React
A tutorial on making React components reusable by refactoring them from specific to generic using props as their API.
A tutorial on making React components reusable by refactoring them from specific to generic using props as their API.
A tutorial on how to render and manage lists of items, from simple primitives to complex objects, in React components.
Explains the purpose of React's $$typeof property, a security feature using Symbols to prevent XSS attacks in React elements.
Explains JSX as syntactic sugar for JavaScript function calls, not a templating language, and its benefits for frameworks like React and Vue.
Explains migrating PayPal's server-side templates to React/JSX for unified frontend/backend templating, covering challenges and solutions.
An explanation of JSX in React, showing how it compiles to JavaScript and React.createElement calls.
Explains the importance of semantic HTML in JSX, advocating for choosing elements based on meaning over appearance for better web development.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
The author announces and details their new 'Beginner's Guide to ReactJS' course, focusing on teaching React fundamentals with a simple, no-tooling approach.
Explains how to use TypeScript with JSX for better type safety and tooling in React development, addressing refactoring and error prevention.