{"id":15696072,"url":"https://github.com/lacolaco/ngx-react","last_synced_at":"2025-07-01T14:05:59.152Z","repository":{"id":148576056,"uuid":"142086398","full_name":"lacolaco/ngx-react","owner":"lacolaco","description":"Use React elements with Angular","archived":false,"fork":false,"pushed_at":"2022-12-24T17:35:26.000Z","size":107,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-08T22:29:49.009Z","etag":null,"topics":["angular","frontend","react","reactive-programming","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lacolaco.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":"2018-07-24T01:08:29.000Z","updated_at":"2019-07-18T13:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"f54eb9b8-c2e5-488a-b684-caa44281a1d0","html_url":"https://github.com/lacolaco/ngx-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lacolaco/ngx-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacolaco%2Fngx-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacolaco%2Fngx-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacolaco%2Fngx-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacolaco%2Fngx-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lacolaco","download_url":"https://codeload.github.com/lacolaco/ngx-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacolaco%2Fngx-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262978551,"owners_count":23394008,"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":["angular","frontend","react","reactive-programming","typescript"],"created_at":"2024-10-03T19:07:05.688Z","updated_at":"2025-07-01T14:05:59.105Z","avatar_url":"https://github.com/lacolaco.png","language":"TypeScript","readme":"# NgxReact\n\n**Work in Progress**\n\n```typescript\n@Component({\n  template: `\n  \u003creact-render [element]=\"element\"\u003e\u003c/react-render\u003e\n  `\n})\nclass SimpleComponent {\n  // Create React element\n  element = \u003cdiv\u003eTest Element\u003c/div\u003e;\n}\n```\n\n```typescript\n@Component({\n  template: `\n  \u003creact-render [element]=\"message$ | async\"\u003e\u003c/react-render\u003e\n  `\n})\nclass ReactiveComponent {\n  // Update element when message changed\n  message$ = this.messageService.message$.pipe(\n    map(message =\u003e \u003cdiv\u003e{message}\u003c/div\u003e)\n  );\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacolaco%2Fngx-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacolaco%2Fngx-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacolaco%2Fngx-react/lists"}