From a8b8296a681b40897ac1ec770d3cfbd7718b0c87 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 2 Sep 2017 04:26:51 +0800 Subject: [PATCH] react: remove iframe --- react.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/react.md b/react.md index 911d752f1..bb9ac6997 100644 --- a/react.md +++ b/react.md @@ -473,41 +473,6 @@ MyCo.propTypes = { } ``` -Examples --------- -{: .-left-reference} - -### Basic example - -```jsx -import React from 'react' -import ReactDOM from 'react-dom' -``` - -```jsx -class Hello extends React.Component { - render () { - return
- Hello {this.props.name} -
- } -} -``` - -```jsx -const el = document.body -ReactDOM.render(, el) -``` - -Use the [React.js jsfiddle](http://jsfiddle.net/reactjs/69z2wepo/) to start hacking. (or the unofficial [jsbin](http://jsbin.com/yafixat/edit?js,output)). - -### Try it - - - -[Open in jsbin](http://jsbin.com/yafixat/edit?js,output) -{: target="_blank"} - Also see -------- {: .-one-column}