An open API service indexing awesome lists of open source software.

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

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:

![](live-editor.gif)