# react-examples **Repository Path**: mirrors_areski/react-examples ## Basic Information - **Project Name**: react-examples - **Description**: Examples of using React - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Examples Examples of working with [React][react]. # Examples Unless explicitly stated, all of these can be run by running `./run_server.sh` on their directory. ## [Mailbox][mailbox] A static email client, this is basically the simplest React app that implements callbacks and event handlers. ## [Modal][modal] A reusable modal component. ## [Drag and Drop][dnd] A tutorial on drag-and-drop in React. ## [Kanban][kanban] A simple Kanban app with a Python server for persistence. To run, ensure [Flask][flask] is installed and run `python server.py`. [react]: https://facebook.github.io/react/ [flask]: http://flask.pocoo.org/ [mailbox]: https://github.com/tryolabs/react-examples/tree/master/mailbox#readme [modal]: https://github.com/tryolabs/react-examples/tree/master/modal#readme [dnd]: https://github.com/tryolabs/react-examples/tree/master/dnd#readme [kanban]: https://github.com/tryolabs/react-examples/tree/master/kanban#readme # License Copyright (c) 2015 Tryolabs SRL Licensed under the MIT License.