https://github.com/joelburget/react-live-editor
live editing react components
https://github.com/joelburget/react-live-editor
Last synced: about 2 months ago
JSON representation
live editing react components
- Host: GitHub
- URL: https://github.com/joelburget/react-live-editor
- Owner: joelburget
- Created: 2014-06-21T03:56:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T20:45:10.000Z (almost 9 years ago)
- Last Synced: 2025-05-10T14:09:53.981Z (about 2 months ago)
- Language: JavaScript
- Size: 390 KB
- Stars: 163
- Watchers: 6
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# live coding react components
This repo provides one webpage and three components.
## index.html
A simple example of `` in use.
## code-mirror-editor.js
A code mirror react component (called `` since code mirror took the name `CodeMirror`).
## live-compile.js
Dynamic compilation of react components.
## live-editor.js
Combination of `` and `` which live-compiles what you type!
# Running the demo
```
> webpack
> open index.html
```You should see something like this:
