Skip to content

PhiloInc/ReactBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactBS

React-like framework for Roku

Usage

  • 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 under m.top to m.props.
  • Call unmountComponent to unmount a component.

Caveat

This framework is in beta. Future changes to the framework may not be backwards compatible.

License

ReactBS is licensed under the MIT License. See LICENSE.txt for details.