Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchi/react-titanium
React custom renderer for Appcelerator® Titanium™ SDK
https://github.com/yuchi/react-titanium
appc appcelerator react titanium-sdk
Last synced: 6 days ago
JSON representation
React custom renderer for Appcelerator® Titanium™ SDK
- Host: GitHub
- URL: https://github.com/yuchi/react-titanium
- Owner: yuchi
- License: mit
- Created: 2015-07-28T07:22:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T06:49:51.000Z (over 7 years ago)
- Last Synced: 2024-10-11T16:49:50.693Z (about 1 month ago)
- Topics: appc, appcelerator, react, titanium-sdk
- Language: JavaScript
- Homepage: http://yuchi.github.io/react-titanium
- Size: 1.63 MB
- Stars: 109
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-renderer - react-titanium - React custom renderer for Appcelerator® Titanium™ SDK. (Mobile)
README
> :warning: ***Maintainer wanted!*** [Create an issue](https://github.com/yuchi/react-titanium/issues/new) if you want to maintain it!
react-titanium
==============[![Dependencies](https://david-dm.org/yuchi/react-titanium/status.svg?style=flat-square)](https://david-dm.org/yuchi/react-titanium#info=dependencies)
[![Dev Dependencies](https://david-dm.org/yuchi/react-titanium/dev-status.svg?style=flat-square)](https://david-dm.org/yuchi/react-titanium#info=devDependencies)
[![Peer Dependencies](https://david-dm.org/yuchi/react-titanium/peer-status.svg?style=flat-square)](https://david-dm.org/yuchi/react-titanium#info=devDependencies)A React custom renderer for [Appcelerator®][appc] [Titanium™ SDK][tisdk].
[appc]: https://www.appcelerator.com/
[tisdk]: http://www.appcelerator.org/#titaniumThis renderer should currently be considered as experimental and subject to
change since it works on a beta version of React (`0.14.0-beta3`).[Installation][inst]
--------------------There’s a [step-by-step guide][inst] on the website.
The gist of it is that once you have a titaniumified app you install it through
npm install --save [email protected]
npm install --save react-titaniumand you use it with
```js
import React from 'react';
import { render } from 'react-titanium';
```[inst]: http://yuchi.github.io/react-titanium/docs/Installation.html
Examples
--------There’s a simple [“Hello World” example][hello-world] that shows the minimal usage and a more complete [“Counter” example][counter] on the website.
[hello-world]: http://yuchi.github.io/react-titanium/docs/examples/hello_world/index.html
[counter]: http://yuchi.github.io/react-titanium/docs/examples/counter/index.htmlAcknowledgements
----------------I was finally able to grok how to implement a custom renderer thanks to
[Yomguithereal][Yomguithereal]’s fantastic [`react-blessed`][react-blessed].Go thank him with a follow or a star! :+1:
[Yomguithereal]: https://github.com/Yomguithereal
[react-blessed]: https://github.com/Yomguithereal/react-blessedLicense
-------MIT