Skip to content

discussions Search Results · repo:samdenty/gqless language:JavaScript

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 ...

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) }) ...

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. ...

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