React Conditional Rendering
A guide to implementing conditional rendering in React using JavaScript operators like if/else, ternary, and switch case.
A guide to implementing conditional rendering in React using JavaScript operators like if/else, ternary, and switch case.
A React tutorial explaining how to use event handlers, including onClick, with examples for beginners.
Explains why calling a React function component directly causes a 'Rendered fewer hooks' error and how to fix it by using JSX syntax.
A guide to extending TypeScript's JSX interfaces for React to support new HTML attributes like lazy loading.
A guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
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.
The author announces and details their new 'Beginner's Guide to ReactJS' course, focusing on teaching React fundamentals with a simple, no-tooling approach.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
Explains how to use TypeScript with JSX for better type safety and tooling in React development, addressing refactoring and error prevention.