You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.4 KiB
100 lines
2.4 KiB
---
|
|
baseurl: /react
|
|
url: http://facebook.github.io
|
|
permalink: /blog/:year/:month/:day/:title.html
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- README.md
|
|
- Rakefile
|
|
redcarpet:
|
|
extensions:
|
|
- fenced_code_blocks
|
|
pygments: true
|
|
name: React
|
|
markdown: redcarpet
|
|
react_version: 0.6.0-alpha
|
|
description: A JavaScript library for building user interfaces
|
|
relative_permalinks: true
|
|
paginate: 5
|
|
paginate_path: /blog/page:num
|
|
nav_docs_sections:
|
|
- title: Quick Start
|
|
items:
|
|
- id: getting-started
|
|
title: Getting Started
|
|
- id: tutorial
|
|
title: Tutorial
|
|
- title: Guides
|
|
items:
|
|
- id: why-react
|
|
title: Why React?
|
|
- id: displaying-data
|
|
title: Displaying Data
|
|
subitems:
|
|
- id: jsx-in-depth
|
|
title: JSX in Depth
|
|
- id: jsx-gotchas
|
|
title: JSX Gotchas
|
|
- id: interactivity-and-dynamic-uis
|
|
title: Interactivity and Dynamic UIs
|
|
- id: multiple-components
|
|
title: Multiple Components
|
|
- id: reusable-components
|
|
title: Reusable Components
|
|
- id: forms
|
|
title: Forms
|
|
- id: working-with-the-browser
|
|
title: Working With the Browser
|
|
subitems:
|
|
- id: more-about-refs
|
|
title: More About Refs
|
|
- id: tooling-integration
|
|
title: Tooling Integration
|
|
- id: addons
|
|
title: Add-ons
|
|
- id: examples
|
|
title: Examples
|
|
- title: Reference
|
|
items:
|
|
- id: top-level-api
|
|
title: Top-Level API
|
|
- id: component-api
|
|
title: Component API
|
|
- id: component-specs
|
|
title: Component Specs and Lifecycle
|
|
- id: tags-and-attributes
|
|
title: Supported Tags and Attributes
|
|
- id: events
|
|
title: Event System
|
|
- id: dom-differences
|
|
title: DOM Differences
|
|
nav_cookbook:
|
|
- title: Cookbook
|
|
items:
|
|
- id: introduction
|
|
title: Introduction
|
|
- id: inline-styles
|
|
title: Inline styles
|
|
- id: if-else-in-JSX
|
|
title: If else in JSX
|
|
- id: self-closing-tag
|
|
title: Self closing tag
|
|
- id: jsx-root-node-count
|
|
title: JSX root node count
|
|
- id: style-prop-value-px
|
|
title: Style prop value px
|
|
- id: children-prop-type
|
|
title: Children prop type
|
|
- id: controlled-input-null-value
|
|
title: Controlled input null value
|
|
- id: componentWillReceiveProps-not-triggered-after-mounting
|
|
title: componentWillReceiveProps not triggered after mounting
|
|
- id: props-in-getInitialSate-as-anti-pattern
|
|
title: Props in getInitialSate as anti-pattern
|
|
- id: dom-event-listeners
|
|
title: DOM event listeners
|
|
- id: initial-ajax
|
|
title: Initial AJAX
|
|
- id: false-in-jsx
|
|
title: False In JSX
|