This is a simple To-Do List made with React.
It served as a live coding example during the first Webdev Zwolle meetup.
The goal of this coding session was to
- Illustrate how React works in general
- Show off JSX
- Show off a bit of ES6 magic
- Show different ways to declare components
- Show how to manage state
- Show how to communicate between component through props
Just open todolist.html
in a browser.
Slides for the presentation can be found here (Partly in dutch)