@synthql/react
TypeScript icon, indicating that this package has built-in type declarations

0.59.4 • Public • Published

@synthql/react

React client for SynthQL based on tanstack/react-query.

import { from } from './generated.schema';

const query = from('users').columns('id', 'first_name').where({ id: 1 }).many();

useSynthql(query);

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @synthql/react

Weekly Downloads

537

Version

0.59.4

License

MIT

Unpacked Size

486 kB

Total Files

30

Last publish

Collaborators

  • fernandohur