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

https://github.com/helton/jsx-live-transpiler

:sparkles: JSX Live Transpiler
https://github.com/helton/jsx-live-transpiler

babel es2015 jsx live-transpiling react

Last synced: 2 months ago
JSON representation

:sparkles: JSX Live Transpiler

Awesome Lists containing this project

README

          

# jsx-live-transpiler

A code editor that transpile your **ES2016 + React + JSX** code to **ES5**.

> Inspired by [Joe Maddalone tutorial available on Egghead](https://egghead.io/lessons/build-a-jsx-live-compiler) - Check it out!

## Usage

Type the command below and have fun!

`$ yarn start`

## Examples

### Without errors

[![Example without errors](images/without-errors.png)](images/right.png)

### With errors

[![Example with errors](images/with-errors.png)](images/with-errors.png)