Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PhiloInc/ReactBS

React-like framework for Roku
https://github.com/PhiloInc/ReactBS

brightscript react roku

Last synced: about 2 months ago
JSON representation

React-like framework for Roku

Awesome Lists containing this project

README

        

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](LICENSE.txt) for details.