{"id":27316729,"url":"https://github.com/mihajm/mmstack","last_synced_at":"2026-01-12T05:51:04.131Z","repository":{"id":284108657,"uuid":"953828548","full_name":"mihajm/mmstack","owner":"mihajm","description":"A monorepo for mmstack libraries","archived":false,"fork":false,"pushed_at":"2025-11-21T06:05:55.000Z","size":1448,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T06:11:07.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mihajm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-24T06:27:03.000Z","updated_at":"2025-11-21T06:05:59.000Z","dependencies_parsed_at":"2025-03-24T08:26:11.770Z","dependency_job_id":"d95ff760-260e-4d6c-a5da-d88a6e7499d4","html_url":"https://github.com/mihajm/mmstack","commit_stats":null,"previous_names":["mihajm/mmstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mihajm/mmstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihajm%2Fmmstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihajm%2Fmmstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihajm%2Fmmstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihajm%2Fmmstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mihajm","download_url":"https://codeload.github.com/mihajm/mmstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihajm%2Fmmstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28335427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":[],"created_at":"2025-04-12T08:02:33.101Z","updated_at":"2026-01-12T05:51:04.125Z","avatar_url":"https://github.com/mihajm.png","language":"TypeScript","readme":"# @mmstack\n\nAn ecosystem of reactive, type-safe libraries to supercharge your Angular Signal game. :)\n\n[![CI Status](https://img.shields.io/github/actions/workflow/status/mihajm/mmstack/ci.yml?branch=master\u0026style=flat-square)](https://github.com/mihajm/mmstack/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mihajm/mmstack/blob/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)\n\n## Vision\n\nHey, thanks for checking out @mmstack! :) We're building an awesome ecosystem of libraries focused on highly reactive, type-safe, and performant tools, diving deep into areas where standard Angular patterns sometimes leave us wanting more – especially when chasing truly fine-grained reactivity and predictable state. Think advanced async/resource management [@mmstack/resource](https://www.npmjs.com/package/@mmstack/resource), signal forms [@mmstack/form-core](https://www.npmjs.com/package/@mmstack/form-core), powerful signal utilities [@mmstack/primitives](https://www.npmjs.com/package/@mmstack/primitives), a high-performance data grid (in progress...), routing/preload helpers [@mmstack/router-core](https://www.npmjs.com/package/@mmstack/router-core) \u0026 more. If that piques your fancy, give some of them a try, \u0026 you'll be sure to love 'em.\n\n## Key packages\n\n`@mmstack` provides a suite of libraries to enhance your Angular development experience:\n\n- **[`@mmstack/primitives`](./packages/primitives/README.md):** Foundational utilities and primitives for enhancing Angular Signals (`debounced`, `mutable`, `stored`, `mapArray`, etc.).\n- **[`@mmstack/resource`](./packages/resource/README.md):** Powerful, signal-based primitives for managing asynchronous data fetching and mutations (caching, retries, circuit breakers, etc.).\n- **[`@mmstack/router-core`](./packages/router/core/README.md):** Enhances Angular Router with signal-based state utilities (`queryParam`, `url`), intelligent module preloading (`Link`, `PreloadStrategy`) \u0026 headless breadcrumb utilities (`injectBreadcrumbs`, `createBreadcrumb`).\n- **[`@mmstack/form-core`](./packages/form/core/README.md):** Provides the core primitives (`formControl`, `formGroup`, `formArray`) for building flexible, type-safe, signal-based reactive forms.\n- **[`@mmstack/form-validation`](./packages/form/validation/README.md):** A composable, type-safe, and localizable validation system designed for `@mmstack/form-core`.\n- **[`@mmstack/form-adapters`](./packages/form/adapters/README.md):** Headless, reusable state adapters for common form field types, bridging form logic and UI components.\n- **[`@mmstack/form-material`](./packages/form/material/README.md):** A set of Angular Material components that directly consume state adapters from `@mmstack/form-adapters` for easy form building.\n- **[`@mmstack/translate`](./packages/translate/README.md):** A modular \u0026 type safe solution to localization.\n- **[`@mmstack/local`](./packages/local/README.md):** Local data management helpers, starting with a reactive, type-safe IndexedDB wrapper for managing local client-side storage with optimistic updates and cross-tab syncing.\n\n**Upcoming Libraries:**\n\n- **`@mmstack/table-core`**: (Upcoming) Headless core logic for a high-performance, signal-based data table/grid.\n- **`@mmstack/table-client`**: (Upcoming) Client-side data handler (sorting, filtering, pagination etc.) for `@mmstack/table-core`.\n- **`@mmstack/table-material`**: (Upcoming) Angular Material components for rendering the `@mmstack/table-core` state.\n\n## Versioning\n\nThe major version of @mmstack libraries (e.g., v19.x.x, v20.x.x) aligns with the major version of Angular they are designed for. This ensures clear compatibility.\n\nWithin a major version, minor and patch versions follow Semantic Versioning (SemVer):\n\n- Minor versions (X.y.0) introduce new, non-breaking features.\n- Patch versions (X.Y.z) provide backwards-compatible bug fixes.\n\nBugfixes are guaranteed for 1 major version back (maybe more in the future, but that's all I can promise for now :) )\n\n## Contributing\n\nContributions are welcome and greatly appreciated! Please see our [Contributing Guidelines](CONTRIBUTING.md) to learn how you can get involved with the `@mmstack` project.\n\n## Code of Conduct\n\nWe are committed to providing a friendly, safe, and welcoming environment for all. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\nThis project is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for the full license text.\n","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Mixed Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihajm%2Fmmstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihajm%2Fmmstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihajm%2Fmmstack/lists"}