breact
Browser react utility
Installation
$ npm install breact --save
Usage
'use strict'
Functions
Available functions
Signature | Description |
---|---|
autobind(context) -> |
Auto bind methods |
create(Component, props, children) -> Object |
Create an element |
markup(Component, props, children) -> string |
Create static markup |
mount(container, element) -> Promise |
Mount an element into dom |
once(event, handler) |
Bind window event once |
wrap(Base, spec) -> Object |
Wrap a element with higher order component |
License
This software is released under the MIT License.