React Examples
Examples of working with React.
Examples
Unless explicitly stated, all of these can be run by running ./run_server.sh
on their directory.
Mailbox
A static email client, this is basically the simplest React app that implements callbacks and event handlers.
Modal
A reusable modal component.
Drag and Drop
A tutorial on drag-and-drop in React.
Kanban
A simple Kanban app with a Python server for persistence.
To run, ensure Flask is installed and run python server.py
.
License
Copyright (c) 2015 Tryolabs SRL
Licensed under the MIT License.