connectrpc / connect-query-es

TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.
https://connectrpc.com/docs/web/query/getting-started
Apache License 2.0
218 stars 14 forks source link

Introduce connect-query-core package #357

Open paul-sachs opened 5 months ago

paul-sachs commented 5 months ago

A dedicated connect-query-core package makes it much easier to integrate non-react integrations.

The public API of @connectrpc/connect-query hasn't changed at all, all the same methods and types are exposed, we've just separated them into a distinct package that gets reexported from @connectrpc/connect-query.

This change allows others to depend on connect-query without necessarily depending on react and react-query.

paul-sachs commented 5 months ago

I removed CI support for node 16 since it seems to have a bug with pnpm when running on CI fails due to what I suspect is a weird concurrency issue. I may reintroduce node 16 CI but since it was eol as of 09/2023, it shouldn't be a priority anyways.

plunkettscott commented 1 week ago

Any idea what it'll take to get this one released? Starting an app that uses Svelte, and I would really love to use the Query package with Svelte, but in the current state it does not work.

timostamm commented 1 week ago

Any idea what it'll take to get this one released? Starting an app that uses Svelte, and I would really love to use the Query package with Svelte, but in the current state it does not work.

@plunkettscott, we're currently working on support for protobuf-es v2 (see https://github.com/connectrpc/connect-query-es/pull/389). We'll try to get this PR in the next release.