{"id":22454410,"url":"https://github.com/jiwonz/react-lua-plus","last_synced_at":"2025-08-02T02:31:24.741Z","repository":{"id":247523758,"uuid":"826022079","full_name":"jiwonz/react-lua-plus","owner":"jiwonz","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-10T07:22:35.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-10T14:14:10.569Z","etag":null,"topics":["luau","react","react-lua","roblox"],"latest_commit_sha":null,"homepage":"","language":"Luau","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/jiwonz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T00:59:39.000Z","updated_at":"2024-07-10T07:22:39.000Z","dependencies_parsed_at":"2024-07-09T14:02:48.357Z","dependency_job_id":null,"html_url":"https://github.com/jiwonz/react-lua-plus","commit_stats":null,"previous_names":["jiwonz/react-lua-setup","jiwonz/react-lua-plus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiwonz%2Freact-lua-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiwonz%2Freact-lua-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiwonz%2Freact-lua-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiwonz%2Freact-lua-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiwonz","download_url":"https://codeload.github.com/jiwonz/react-lua-plus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228426123,"owners_count":17917790,"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":["luau","react","react-lua","roblox"],"created_at":"2024-12-06T07:07:33.289Z","updated_at":"2024-12-06T07:07:55.487Z","avatar_url":"https://github.com/jiwonz.png","language":"Luau","readme":"# react-lua-plus\nA lune script that setups `react-lua` with some additional features\n\n# Note\nNot tested yet in game, only tested intellisenses for `createElement`\n\n# Requirements\n- `lune`\n- `wally`\n\n# Installation\nUse git submodule\n```sh\ngit submodule add\n```\n\n# Usage\n```sh\nlune run react-lua-plus setup # to install react-lua and generate types in cwd\nlune run react-lua-plus apply # for apply types for react-lua-plus, useful when you perform `wally install`\nlune run react-lua-plus generate -- --output \"path/to/output\" -- --classes \"Class1,Class2,Class3\" # to generate react-lua-plus types\n```\n```lua\nlocal function App()\n\tlocal message, setMessage = React.useState(\"Hello world\")\n\treturn React.Element(\"TextLabel\"){\n\t\tText = message,\n\t\tAnchorPoint = Vector2.new(0.5, 0.5),\n\t\tPosition = UDim2.fromScale(0.5, 0.5),\n\t\tSize = UDim2.fromOffset(300, 100),\n\t\tReact.Element(\"UICorner\"){}\n\t}\nend\n```\n\n# Features\n- Simple to setup and use\n- Intellisenses for React `createElement` (but in alternative way called `Element`)\n- (wip) Event listening and children in props\n- (wip) Server-Sided Rendering (SSR) support for Roblox\n","funding_links":[],"categories":["Other"],"sub_categories":["React-lua Plus \u003cimg src=\"luau.svg\" width=\"18px\" /\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiwonz%2Freact-lua-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiwonz%2Freact-lua-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiwonz%2Freact-lua-plus/lists"}