Tags and Attributes
  • References/JavaScript/React/Reference

Supported Elements React attempts to support all common elements in both HTML and SVG. Any lower case tag in JSX

2025-01-10 15:47:30
Language Tooling
  • References/JavaScript/React/Guides

ES2015 with JSX In-browser JSX Transform If you

2025-01-10 15:47:30
Reconciliation
  • References/JavaScript/React/Reference

React's key design decision is to make the API seem like it re-renders the whole app on every update. This makes writing applications a lot easier but is also an incredible

2025-01-10 15:47:30
React.DOM
  • References/JavaScript/React/React

React.DOM React.DOM provides convenience wrappers around React.createElement for DOM components. These should only

2025-01-10 15:47:30
Value of null for Controlled Input
  • References/JavaScript/React/Tips

Specifying the value prop on a controlled component prevents the user from changing the input unless

2025-01-10 15:47:30
React (Virtual) DOM Terminology
  • References/JavaScript/React/Reference

In React's terminology, there are five core types that are important to distinguish: ReactElement / ReactElement Factory ReactNode

2025-01-10 15:47:30
Interactivity and Dynamic UIs
  • References/JavaScript/React/Guides

You've already learned how to display data with React. Now let's look at how to make our UIs interactive

2025-01-10 15:47:30
Dangerously Set innerHTML
  • References/JavaScript/React/Tips

Improper use of the innerHTML can open you up to a cross-site scripting

2025-01-10 15:47:30
Why React?
  • References/JavaScript/React/Guides

React is a JavaScript library for creating user interfaces by Facebook and Instagram. Many people choose to think of React as the V in

2025-01-10 15:47:30
React.Children
  • References/JavaScript/React/React

React.Children React.Children provides utilities for dealing with the this.props.children opaque data structure.

2025-01-10 15:47:30