{"id":23183479,"url":"https://github.com/sean-clayton/ls-react","last_synced_at":"2025-10-26T01:12:43.167Z","repository":{"id":34985249,"uuid":"194358723","full_name":"sean-clayton/ls-react","owner":"sean-clayton","description":"A little library to make writing React code in LiveScript a little nicer.","archived":false,"fork":false,"pushed_at":"2022-02-12T08:50:59.000Z","size":1326,"stargazers_count":2,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T02:46:51.417Z","etag":null,"topics":["functional-programming","javascript","livescript","react"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ls-react","language":"LiveScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sean-clayton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-29T03:10:47.000Z","updated_at":"2023-10-05T02:43:39.000Z","dependencies_parsed_at":"2022-08-08T03:15:42.039Z","dependency_job_id":null,"html_url":"https://github.com/sean-clayton/ls-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-clayton%2Fls-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-clayton%2Fls-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-clayton%2Fls-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-clayton%2Fls-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sean-clayton","download_url":"https://codeload.github.com/sean-clayton/ls-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284918,"owners_count":20913691,"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":["functional-programming","javascript","livescript","react"],"created_at":"2024-12-18T09:13:09.706Z","updated_at":"2025-10-26T01:12:43.088Z","avatar_url":"https://github.com/sean-clayton.png","language":"LiveScript","readme":"# ls-react\n\nA little library to make writing React code in LiveScript a little nicer.\n\n### Usage\n\n```ls\nrequire! {\n  react: {use-state}\n  'react-dom': ReactDOM\n  'ls-react': {h, div, button, h1, p}\n}\n\nApp = ({ title }) -\u003e\n  [count, set-count] = use-state 0\n  increment = -\u003e set-count count + 1\n\n  div {},\n    h1 class-name: 'heading', title\n    p {} \"Count is: #{count}\"\n    b on-click: increment, \"+\"\n\nReactDOM.render(\n  h App, title: 'Yo!'\n  document.getElementById \"root\"\n)\n```\n\nFor more usage examples, check out the `examples` directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-clayton%2Fls-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean-clayton%2Fls-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-clayton%2Fls-react/lists"}