https://github.com/jonabrams/todo-elsa
A simple React todo app to demonstrate the Elsa babel plugin
https://github.com/jonabrams/todo-elsa
Last synced: over 1 year ago
JSON representation
A simple React todo app to demonstrate the Elsa babel plugin
- Host: GitHub
- URL: https://github.com/jonabrams/todo-elsa
- Owner: JonAbrams
- Created: 2017-05-06T21:28:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T00:33:48.000Z (about 9 years ago)
- Last Synced: 2025-03-17T07:10:00.968Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App (Elsa Example)
This is a simple todo app written with React and [create-react-app](https://github.com/facebookincubator/create-react-app) to demonstrate the [Elsa
babel plugin](https://github.com/JonAbrams/elsa).
There are two commits. The first commit is the todo app without Elsa. The second commit is with Elsa.
Look at the second commit to see how awesome Elsa is to use :D
Written by [Jon Abrams](https://twitter.com/JonathanAbrams)