Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Unmaintained repository-updates likely needed. React based renderer for reflex

Notifications You must be signed in to change notification settings

mozilla/reflex-react-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reflex-react-driver NPM version Build Status

This is a reflex application view driver that uses react for rendering into a DOM.

Usage

import * as App from "./app"
import {start} from "reflex"
import {Renderer} from "reflex-react-driver"

const app = start({
  initial: App.initialize(),
  update: App.update,
  view: App.view
})

app.view.subscribe(new Renderer({target: document.body}))

About

Unmaintained repository-updates likely needed. React based renderer for reflex

Resources

Stars

Watchers

Forks

Packages

No packages published