5 Cool Things You Can Do In React
A guide to five useful React techniques: spreading props, destructuring, render functions, JSX props, and custom hooks to write cleaner code.
A guide to five useful React techniques: spreading props, destructuring, render functions, JSX props, and custom hooks to write cleaner code.
A technical guide explaining the React Children prop, its behavior, and how to use the React.Children utility methods effectively.
A beginner's tutorial on React, covering setup with script tags, JSX, components, props, and state using functional components.
Essential JavaScript features like closures, template literals, and destructuring that are crucial for effective React development.
Explains why using && for conditional rendering in JSX can cause bugs and recommends using ternary operators instead for clarity.
A tutorial explaining how to render an array of items into a list in React, focusing on the map method and the importance of unique keys.
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.
Introduces dom-chef, a library for building DOM elements using JSX syntax without React, highlighting its features and use cases.
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.