{"id":19816260,"url":"https://github.com/elixirscript/elixirscript_react","last_synced_at":"2025-09-06T20:39:26.862Z","repository":{"id":59150143,"uuid":"98753713","full_name":"elixirscript/elixirscript_react","owner":"elixirscript","description":"React Library for ElixirScript","archived":false,"fork":false,"pushed_at":"2018-03-17T20:22:23.000Z","size":944,"stargazers_count":57,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-06T12:51:52.793Z","etag":null,"topics":["elixir","elixirscript","react"],"latest_commit_sha":null,"homepage":null,"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/elixirscript.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-07-29T19:11:21.000Z","updated_at":"2025-08-05T03:55:04.000Z","dependencies_parsed_at":"2022-09-13T11:00:36.879Z","dependency_job_id":null,"html_url":"https://github.com/elixirscript/elixirscript_react","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/elixirscript/elixirscript_react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirscript%2Felixirscript_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirscript%2Felixirscript_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirscript%2Felixirscript_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirscript%2Felixirscript_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixirscript","download_url":"https://codeload.github.com/elixirscript/elixirscript_react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirscript%2Felixirscript_react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273950203,"owners_count":25196670,"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-09-06T02:00:13.247Z","response_time":2576,"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":["elixir","elixirscript","react"],"created_at":"2024-11-12T10:08:49.478Z","updated_at":"2025-09-06T20:39:26.834Z","avatar_url":"https://github.com/elixirscript.png","language":"JavaScript","readme":"# ElixirScriptReact\n\nA library for using [React](https://facebook.github.io/react/) with ElixirScript\n\n## Example\n\n```elixir\n  use React.HTML\n\n  def my_section()\n    section id: \"todoapp\" do\n      header id: \"header\" do\n        h1 do\n          \"todos\"\n        end\n        input [\n          id: \"new-todo\",\n          placeholder: \"What needs to be done?\",\n          autoFocus: true,\n          onKeyPress: fn(event, _) -\u003e process_event(event) end\n        ]\n      end\n    end\n  end\n\n  ReactDOM.render(my_section(), \"my_dom_container_query\")\n```\n\n`my_dom_container_query` is a string that is passed to `document.querySelector` in the browser\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `elixir_script_react` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:elixir_script_react, \"~\u003e 16.2.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/elixir_script_react](https://hexdocs.pm/elixir_script_react).\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixirscript%2Felixirscript_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixirscript%2Felixirscript_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixirscript%2Felixirscript_react/lists"}