{"id":27129471,"url":"https://github.com/danielgiljam/tanstack-query-with-orbitjs","last_synced_at":"2025-08-01T18:10:10.968Z","repository":{"id":99592337,"uuid":"597845188","full_name":"DanielGiljam/tanstack-query-with-orbitjs","owner":"DanielGiljam","description":"TanStack Query with Orbit.js","archived":false,"fork":false,"pushed_at":"2025-03-27T09:13:39.000Z","size":3525,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T20:44:09.992Z","etag":null,"topics":["docusaurus","live-query","nextjs","nx","orbit","orbitjs","orm","plugin","query","react","react-query","tanstack-query"],"latest_commit_sha":null,"homepage":"https://danielgiljam.com/degree-thesis","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/DanielGiljam.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}},"created_at":"2023-02-05T20:00:11.000Z","updated_at":"2025-05-27T08:18:40.000Z","dependencies_parsed_at":"2025-03-09T01:45:32.176Z","dependency_job_id":null,"html_url":"https://github.com/DanielGiljam/tanstack-query-with-orbitjs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/DanielGiljam/tanstack-query-with-orbitjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Ftanstack-query-with-orbitjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Ftanstack-query-with-orbitjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Ftanstack-query-with-orbitjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Ftanstack-query-with-orbitjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielGiljam","download_url":"https://codeload.github.com/DanielGiljam/tanstack-query-with-orbitjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Ftanstack-query-with-orbitjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268272952,"owners_count":24223790,"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-08-01T02:00:08.611Z","response_time":67,"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":["docusaurus","live-query","nextjs","nx","orbit","orbitjs","orm","plugin","query","react","react-query","tanstack-query"],"created_at":"2025-04-07T19:56:18.315Z","updated_at":"2025-08-01T18:10:10.858Z","avatar_url":"https://github.com/DanielGiljam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TanStack Query with Orbit.js\n\nA library for using [TanStack Query](https://tanstack.com/query) with [Orbit.js](https://orbitjs.com/).\n\n## Using the library\n\nYou can use the library through the packages:\n\n-   [`@tanstack-query-with-orbitjs/core`](libs/core)\n-   [`@tanstack-query-with-orbitjs/react`](libs/react)\n\n## Examples\n\n-   [**Chat app with TanStack Query**](apps/example-chat-app-with-tanstack-query)\u003cbr\u003e\n    Example chat app using _ONLY_ TanStack Query. For more information, see the [_Results: A concrete example of the problem_](https://danielgiljam.com/degree-thesis/results#a-concrete-example-of-the-problem) chapter in my degree thesis.\n-   [**Chat app with TanStack Query and Orbit.js**](apps/example-chat-app-with-tanstack-query-and-orbitjs)\u003cbr\u003e\n    Modified version of [Chat app with TanStack Query](apps/example-chat-app-with-tanstack-query) which also uses Orbit.js and [`@tanstack-query-with-orbitjs/core`](libs/core).\n\n## Development environment\n\nYou need to set up a development environment in order to:\n\n-   Develop / contribute to the library\n-   Run the examples\n\n### Configuring the development environment the recommended way\n\nThe recommended way to set up the development environment is to use [VSCode](https://code.visualstudio.com/) and the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension and [clone the repository in a container volume](https://code.visualstudio.com/docs/devcontainers/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume). This way everything is set up for you automatically.\n\nIf you don't want to use VSCode and the Dev Containers extension, read on about configuring the development environment.\n\n### Configuring the development environment manually\n\n1. Install [Node.js](https://nodejs.org/en) v16.13 or newer (the newer, the better).\n\n2. Enable [Corepack](https://nodejs.org/api/corepack.html) so that the correct package manager is used.\n   If you installed Node.js using Homebrew, you'll need to install Corepack separately:\n\n    ```sh\n    brew install corepack\n    ```\n\n    Else, Corepack is bundled with Node.js, and to enable it, all you need to do is run the command:\n\n    ```sh\n    corepack enable\n    ```\n\n3. Install project dependencies by running the following command in the root of your repo.\n    ```sh\n    pnpm install\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgiljam%2Ftanstack-query-with-orbitjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgiljam%2Ftanstack-query-with-orbitjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgiljam%2Ftanstack-query-with-orbitjs/lists"}