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