Published
Edited
Jan 30, 2022
1 fork
Importers
10 stars
Insert cell
Insert cell
Insert cell
viewof input = Inputs.range()
Insert cell
Insert cell
mutable value = '🤷'
Insert cell
side_effect_mutable = (mutable value = input)
Insert cell
Insert cell
output = html`<output>🤷`
Insert cell
side_effect_dom = (output.value = input)
Insert cell
Insert cell
import {
viewof input as input2,
value as value2,
output as output2,
side_effect_mutable as side_effect_mutable2,
side_effect_dom as side_effect_dom2,
} from '@mootari/cell-side-effects'
Insert cell
Insert cell
side_effect_mutable2
Insert cell
side_effect_dom2
Insert cell
Insert cell
viewof input2
Insert cell
value2
Insert cell
output2
Insert cell
Insert cell
import {
viewof input as input3,
value as value3,
output as output3,
// Pin an older version to force a new module. You can read more about it at the end of this section.
} from '@mootari/cell-side-effects@207'
Insert cell
Insert cell
viewof input3
Insert cell
value3
Insert cell
output3
Insert cell
Insert cell
import {value as value4} from '@mootari/cell-side-effects'
Insert cell
Insert cell
value4
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more