-
-
Save rbiggs/a45237f82caf8c7b38d92aaa58fc9ed8 to your computer and use it in GitHub Desktop.
Render a list component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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