Published
Edited
Aug 10, 2018
1 fork
Importers
29 stars
Insert cell
Insert cell
React.render(jsx`<div>Hello, world!</div>`)
Insert cell
Insert cell
viewof subject = html`<select>
<option>Alice
<option>Bob
<option>Carol
</select>`
Insert cell
React.render(jsx({subject})`<div>Hello, {subject}!</div>`)
Insert cell
Insert cell
React.render(jsx({Hello, subject})`<Hello subject={subject}></Hello>`)
Insert cell
class Hello extends React.Component {
render() {
const {subject} = this.props;
return jsx({subject})`<div>Hello, {subject}!</div>`;
}
}
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more