Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tryolabs/react-examples
Examples of using React
https://github.com/tryolabs/react-examples
Last synced: 18 days ago
JSON representation
Examples of using React
- Host: GitHub
- URL: https://github.com/tryolabs/react-examples
- Owner: tryolabs
- Created: 2015-03-05T14:19:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T23:48:33.000Z (over 2 years ago)
- Last Synced: 2024-07-31T21:53:52.854Z (3 months ago)
- Language: JavaScript
- Homepage: http://tryolabs.github.io/react-examples/
- Size: 385 KB
- Stars: 130
- Watchers: 11
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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]
[Online version](http://tryolabs.github.io/react-examples/mailbox/)
A static email client, this is basically the simplest React app that implements
callbacks and event handlers.## [Modal][modal]
[Online version](http://tryolabs.github.io/react-examples/modal/)
A reusable modal component.
## [Drag and Drop][dnd]
[Online version](http://tryolabs.github.io/react-examples/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.