{"id":30376564,"url":"https://github.com/nashaddams/mfe","last_synced_at":"2026-04-11T03:31:16.043Z","repository":{"id":310494899,"uuid":"900098650","full_name":"nashaddams/mfe","owner":"nashaddams","description":"Proof of concept implementation for micro frontends","archived":false,"fork":false,"pushed_at":"2025-08-18T12:18:02.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T14:22:33.303Z","etag":null,"topics":["deno","mfe","micro-frontends","react","react-router","web-components"],"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/nashaddams.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,"zenodo":null}},"created_at":"2024-12-07T21:22:28.000Z","updated_at":"2025-08-18T12:18:05.000Z","dependencies_parsed_at":"2025-08-18T14:23:15.313Z","dependency_job_id":"1f4d5139-5897-46e9-aaea-57bb3e83580a","html_url":"https://github.com/nashaddams/mfe","commit_stats":null,"previous_names":["nashaddams/mfe"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nashaddams/mfe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fmfe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fmfe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fmfe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fmfe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nashaddams","download_url":"https://codeload.github.com/nashaddams/mfe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nashaddams%2Fmfe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["deno","mfe","micro-frontends","react","react-router","web-components"],"created_at":"2025-08-20T14:40:43.366Z","updated_at":"2026-04-11T03:31:16.032Z","avatar_url":"https://github.com/nashaddams.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro frontends with `Deno`\n\nThis repository contains a proof of concept implementation for\n[micro frontends](https://martinfowler.com/articles/micro-frontends.html). Any\ncustom element can be imported to the _shell_ as long as it provides a `default`\nexported `HTMLElement`.\n\n## Structure\n\n```sh\n┌── services/\n│   ├── service-1 # micro frontend 1\n│   └── service-2 # micro frontend 2\n├── shared/ # shared UI elements, bundling \u0026 server\n└── shell/ # shell composing the mirco frontends\n```\n\n## Run\n\n```sh\nservice-1 $ deno task run # start the service on port 8001\nservice-2 $ deno task run # start the service on port 8002\nshell $ deno task run # start the shell on port 8000\n```\n\n## Stack\n\n- Custom elements\n  - [`r2wc`](https://github.com/bitovi/react-to-web-component)\n- Inter-service communication\n  - [`CustomEvent`](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent)\n- User interface\n  - [`react`](https://github.com/facebook/react)\n  - [`react-router`](https://github.com/remix-run/react-router)\n  - [`styled-components`](https://github.com/styled-components/styled-components)\n  - [`esbuild-deno-loader`](https://github.com/lucacasonato/esbuild_deno_loader)\n- Server\n  - [`Deno`](https://github.com/denoland/deno)\n  - [`Hono`](https://github.com/honojs/hono)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnashaddams%2Fmfe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnashaddams%2Fmfe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnashaddams%2Fmfe/lists"}