Published
Edited
Feb 6, 2018
Insert cell
Insert cell
import { React, ReactDOM, hello_world1, hello_world2 } from '@ontouchstart/18-02-05'
Insert cell
{
const container = DOM.element('div')
ReactDOM.render(hello_world1, container)
return container
}
Insert cell
{
const container = DOM.element('div')
ReactDOM.render(hello_world2, container)
return container
}
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