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

https://github.com/plexinc/react-lightning

React reconciler for rendering React apps with Lightning.js
https://github.com/plexinc/react-lightning

lightningjs react react-reconciler

Last synced: 9 months ago
JSON representation

React reconciler for rendering React apps with Lightning.js

Awesome Lists containing this project

README

          

A react renderer to render React components to
[Lightningjs](https://lightningjs.io/), so you can write your Lightningjs apps
using React and React Native.

## Getting Started

You can scaffold a new project using degit:

```bash
npx degit plexinc/react-lightning/templates/app-template my-lightning-app
```

See [the docs](https://plexinc.github.io/react-lightning/) for usage and examples.