Skip to content

Instantly share code, notes, and snippets.

@rbiggs
Last active October 25, 2019 03:09
Show Gist options
  • Select an option

  • Save rbiggs/a45237f82caf8c7b38d92aaa58fc9ed8 to your computer and use it in GitHub Desktop.

Select an option

Save rbiggs/a45237f82caf8c7b38d92aaa58fc9ed8 to your computer and use it in GitHub Desktop.
Render a list component
view(state, send) {
return render(<List {...{ state, send }}/>, '#app')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment