discussions Search Results · repo:samdenty/gqless language:JavaScript
Filter by
7 results
(76 ms)7 results
insamdenty/gqless (press backspace or delete to remove):
Has this library been abandoned? The idea seems awesome, were there some conceptual issues in real-life usage with this
approach that blocked the adoption? Even the docs for the lib look great
ikatunposted
on Mar 20, 2024- 1
:
const App = () = {
const query = useQuery();
const { me: { name, age } } = query;
assertLoaded(query);
return (
div
Hello {name}!
I m {age} years old.
/div
);
};
Here ...
bglgwyngposted
on Jul 26, 2021- 5
:
Hi !
Thanks for this amazing project.
I m using the subscription react part like this:
import { useSubscription } from ../gqless ;
type Props = {
topic: string
}
let ViewTopic = (props: Props) ...
Fristiposted
on Jul 29, 2021- 0
:
I m trying to integrate gqless with svelte.
I know I can use
const selectionHooks = new Set Selection ()
resolved(() = query.me.name, {
onSelection: selection = selectionHooks.add(selection)
}) ...
outerlookposted
on Jun 12, 2021- 1
:
Hello everyone!) I ve just tried this project with typescript and oh god, this is the best graphql client i ve tried and
seen so far. I am literally sold by this idea, and i want to try it in my pet project. ...
SalttySugarposted
on Jun 6, 2021- 0
:
This project is a great idea and I can imagine the fun coding this way.
I have been waiting for mutations and subscriptions to be ready so I can start a project with it.
Have the authors thought of opening ...
vicaryposted
on Feb 4, 2021- 12