{"id":13773641,"url":"https://github.com/sergioramos/react-tvml","last_synced_at":"2025-03-16T19:30:28.216Z","repository":{"id":57144225,"uuid":"42212401","full_name":"sergioramos/react-tvml","owner":"sergioramos","description":"React bindings to Apple's TVJS and TVML","archived":false,"fork":false,"pushed_at":"2020-10-16T14:36:34.000Z","size":1253,"stargazers_count":218,"open_issues_count":3,"forks_count":12,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-12T19:38:46.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergioramos.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-10T00:37:13.000Z","updated_at":"2024-10-17T19:30:10.000Z","dependencies_parsed_at":"2022-09-06T08:54:11.834Z","dependency_job_id":null,"html_url":"https://github.com/sergioramos/react-tvml","commit_stats":null,"previous_names":["ramitos/react-tvml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergioramos%2Freact-tvml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergioramos%2Freact-tvml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergioramos%2Freact-tvml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergioramos%2Freact-tvml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergioramos","download_url":"https://codeload.github.com/sergioramos/react-tvml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826780,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:18.361Z","updated_at":"2025-03-16T19:30:27.896Z","avatar_url":"https://github.com/sergioramos.png","language":"JavaScript","funding_links":[],"categories":["Television","JavaScript"],"sub_categories":[],"readme":"# react-tvml\n\n**this is a very alpha release**\n\nReact bindings to Apple's [TVJS and TVML](https://developer.apple.com/library/prerelease/tvos/navigation/)\n\n[![](http://g.recordit.co/qWrCpEb3MQ.gif)](https://cldup.com/u6sOUJLLE9.mp4)\n(it's not this slow, click on the gif to see a video)\n\n## install\n```bash\n$ npm install --save react-tvml\n```\n\n## example\n\n[sprice/tvOS-hello-world-example](https://github.com/sprice/tvOS-hello-world-example)\n\n## usage\n\n```js\nvar React = require('react');\nvar TVML = require('react-tvml');\n\nvar App = React.createClass({\n  render: function() {\n    return (\u003cloadingTemplate\u003e\n      \u003cactivityIndicator\u003e\n        \u003ctext\u003eLoading...\u003c/text\u003e\n      \u003c/activityIndicator\u003e\n    \u003c/loadingTemplate\u003e);\n  }\n});\n\nTVML.render(\u003cApp /\u003e);\n```\n\n## todo (PRs are welcome)\n\n * Most of the code is copied from the react dom renderer. A lot of it needs to be removed and cleaned according to TVML use case\n * push vs replace document\n * some events\n * A **lot** of polish\n * Validations: e.g. some components can only be children of some specific components\n * consistent code style and linting\n * tests\n\n## license\n\nBSD","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergioramos%2Freact-tvml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergioramos%2Freact-tvml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergioramos%2Freact-tvml/lists"}