This package has been deprecated
Author message:
bacon.react.html is the successor of this library.
bacon.react
0.2.2 • Public • Published 
Get started
import React from "react"
import Bacon from "baconjs"
import Reify from "bacon.react"
Observe cardinality
<Reify>{Bacon.constant(<h1>LOL BAL</h1>)}</Reify>
=> <h1>LOL BAL</h1>
<Reify>{Bacon.constant("LOL")} {Bacon.constant("BAL")}</Reify>
=> <div>LOL BAL</div>
<Reify><h2>{Bacon.constant("LOL")} {Bacon.constant("BAL")}</h2></Reify>
=> <h2>LOL BAL</h2>
Optional lifecycle props
<Reify
willMount={me => ...}
didMount={myself => ...}
willUnmount={i => ...}>
...
</Reify>
Longer examples
Package Sidebar
Install
Weekly Downloads