React-like framework for Roku
- Copy the files in
components/react
to your project. - Extend the
React
* components. - Override component lifecycle functions as needed.
render
,componentDidUpdate
,componentWillUnmount
,shouldComponentUpdate
are available. - Call
mapFieldsToProps
function to map properties underm.top
tom.props
. - Call
unmountComponent
to unmount a component.
This framework is in beta. Future changes to the framework may not be backwards compatible.
ReactBS is licensed under the MIT License. See LICENSE.txt for details.