{"id":22454389,"url":"https://roblox.github.io/roact/","last_synced_at":"2025-08-02T02:31:21.727Z","repository":{"id":38020119,"uuid":"109429829","full_name":"Roblox/roact","owner":"Roblox","description":"A view management library for Roblox Lua similar to React","archived":true,"fork":false,"pushed_at":"2023-12-13T00:17:58.000Z","size":1086,"stargazers_count":587,"open_issues_count":70,"forks_count":139,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-06-28T14:21:03.604Z","etag":null,"topics":["lua","react","roblox","ui"],"latest_commit_sha":null,"homepage":"https://roblox.github.io/roact","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Roblox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-03T18:29:50.000Z","updated_at":"2025-06-10T14:19:48.000Z","dependencies_parsed_at":"2023-12-13T01:29:05.804Z","dependency_job_id":"235deb78-4ced-40e2-a1a6-86ed0f332a94","html_url":"https://github.com/Roblox/roact","commit_stats":{"total_commits":446,"total_committers":36,"mean_commits":12.38888888888889,"dds":0.3452914798206278,"last_synced_commit":"beb0bc2706b307b04204abdcf129385fd3cb3e6f"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Roblox/roact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roblox%2Froact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roblox%2Froact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roblox%2Froact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roblox%2Froact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roblox","download_url":"https://codeload.github.com/Roblox/roact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roblox%2Froact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268327436,"owners_count":24232656,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["lua","react","roblox","ui"],"created_at":"2024-12-06T07:07:32.622Z","updated_at":"2025-08-02T02:31:21.415Z","avatar_url":"https://github.com/Roblox.png","language":"Lua","readme":"\u003e This repository is deprecated and no longer maintained.\n\u003e \n\u003e See [react-lua](https://github.com/Roblox/react-lua) for our currently maintained React in Lua library.\n\n\u003ch1 align=\"center\"\u003eRoact\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/Roblox/roact/actions\"\u003e\u003cimg src=\"https://github.com/Roblox/roact/workflows/CI/badge.svg\" alt=\"GitHub Actions Build Status\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://coveralls.io/github/Roblox/roact?branch=master\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/Roblox/roact/badge.svg?branch=master\" alt=\"Coveralls Coverage\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://roblox.github.io/roact\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-website-green.svg\" alt=\"Documentation\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\tA declarative UI library for Roblox Lua inspired by \u003ca href=\"https://reactjs.org\"\u003eReact\u003c/a\u003e.\n\u003c/div\u003e\n\n\u003cdiv\u003e\u0026nbsp;\u003c/div\u003e\n\n## Installation\n\n### Method 1: Model File (Roblox Studio)\n* Download the `rbxm` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/Roact/releases).\n* Insert the model into Studio into a place like `ReplicatedStorage`\n\n### Method 2: Filesystem\n* Copy the `src` directory into your codebase\n* Rename the folder to `Roact`\n* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place\n\n## [Documentation](https://roblox.github.io/roact)\nFor a detailed guide and examples, check out [the official Roact documentation](https://roblox.github.io/roact).\n\n```lua\nlocal LocalPlayer = game:GetService(\"Players\").LocalPlayer\n\nlocal Roact = require(Roact)\n\n-- Create our virtual tree describing a full-screen text label.\nlocal tree = Roact.createElement(\"ScreenGui\", {}, {\n\tLabel = Roact.createElement(\"TextLabel\", {\n\t\tText = \"Hello, world!\",\n\t\tSize = UDim2.new(1, 0, 1, 0),\n\t}),\n})\n\n-- Turn our virtual tree into real instances and put them in PlayerGui\nRoact.mount(tree, LocalPlayer.PlayerGui, \"HelloWorld\")\n```\n\n## License\nRoact is available under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt) for details.","funding_links":[],"categories":["Storybooks"],"sub_categories":["Hoarcekat"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/roblox.github.io%2Froact%2F","html_url":"https://awesome.ecosyste.ms/projects/roblox.github.io%2Froact%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/roblox.github.io%2Froact%2F/lists"}