{"id":32329907,"url":"https://github.com/devunt/mearie","last_synced_at":"2026-03-12T19:18:16.283Z","repository":{"id":319692624,"uuid":"1079349816","full_name":"devunt/mearie","owner":"devunt","description":"Framework-agnostic GraphQL client with end-to-end type safety, normalized caching, and fragment colocation for React, Vue, Svelte, and Solid","archived":false,"fork":false,"pushed_at":"2026-02-25T12:46:50.000Z","size":3740,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T13:56:38.875Z","etag":null,"topics":["codegen","graphql","graphql-client","react","solid","svelte","type-safety","typescript","vue"],"latest_commit_sha":null,"homepage":"https://mearie.dev","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/devunt.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,"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-10-19T16:22:46.000Z","updated_at":"2026-02-25T12:45:06.000Z","dependencies_parsed_at":"2025-10-20T00:32:13.688Z","dependency_job_id":null,"html_url":"https://github.com/devunt/mearie","commit_stats":null,"previous_names":["devunt/mearie"],"tags_count":114,"template":false,"template_full_name":null,"purl":"pkg:github/devunt/mearie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fmearie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fmearie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fmearie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fmearie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devunt","download_url":"https://codeload.github.com/devunt/mearie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fmearie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29924719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["codegen","graphql","graphql-client","react","solid","svelte","type-safety","typescript","vue"],"created_at":"2025-10-23T18:20:10.897Z","updated_at":"2026-02-28T06:43:50.016Z","avatar_url":"https://github.com/devunt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"docs/public/logo.svg\" width=\"64\" height=\"64\" align=\"right\"\u003e\n\n# Mearie\n\n[![npm](https://img.shields.io/npm/v/mearie)](https://www.npmjs.com/package/mearie)\n[![License](https://img.shields.io/github/license/devunt/mearie)](https://github.com/devunt/mearie/blob/main/LICENSE)\n\n**The Pragmatic GraphQL Client**\n\nA full-featured, framework-agnostic GraphQL client built on proven architectural patterns. Mearie delivers end-to-end type safety, normalized caching, and fragment colocation through ahead-of-time compilation. Write queries as template literals and get complete type inference from schema to UI components.\n\nSupports React, Vue, Svelte, Solid, and vanilla JavaScript through dedicated integrations.\n\n## Architecture\n\nMearie consists of two parts:\n\n- `mearie` - Build-time code generation and tooling (dev dependency)\n- `@mearie/{framework}` - Framework-specific runtime with client and bindings\n\nHere's a quick example:\n\n```tsx\nimport { graphql, schema } from '$mearie';\nimport { createClient, httpExchange, cacheExchange, ClientProvider, useQuery } from '@mearie/react';\n\nconst client = createClient({\n  schema,\n  exchanges: [cacheExchange(), httpExchange({ url: 'https://api.example.com/graphql' })],\n});\n\nexport function App() {\n  return (\n    \u003cClientProvider client={client}\u003e\n      \u003cUserProfile userId=\"1\" /\u003e\n    \u003c/ClientProvider\u003e\n  );\n}\n\nfunction UserProfile({ userId }: { userId: string }) {\n  const { data, loading } = useQuery(\n    graphql(`\n      query GetUser($id: ID!) {\n        user(id: $id) {\n          id\n          name\n          email\n        }\n      }\n    `),\n    { id: userId },\n  );\n\n  if (loading) return \u003cdiv\u003eLoading...\u003c/div\u003e;\n  return \u003ch1\u003e{data.user.name}\u003c/h1\u003e;\n}\n```\n\n## Documentation\n\nFull documentation is available at \u003chttps://mearie.dev/\u003e.\n\n## Acknowledgments\n\nMearie's stream-based exchange system and core implementation are derived from [urql](https://github.com/urql-graphql/urql) and [Wonka](https://github.com/0no-co/wonka). The exchange architecture and stream utilities closely follow the original work by the urql team, adapted and extended for Mearie's specific goals. See [ACKNOWLEDGMENTS](./ACKNOWLEDGMENTS.md) for detailed attribution.\n\n## Etymology\n\nThe name _Mearie_ (pronounced /meh-ah-ree/) comes from the Korean word\n\u003cq\u003e메아리\u003c/q\u003e, meaning _echo_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevunt%2Fmearie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevunt%2Fmearie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevunt%2Fmearie/lists"}