Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.19 KB

rtk-query-graphql-crud

A "play-by-ear" exploration on RTK Query for wiring GraphQL-powered CRUD-operation.

Why?

Ever since the emergence of RTK Query in April 2021, I haven't got a chance to tinker with it. So this is my sweet disposition three-odd years later.

This project is based on Create Next App with Redux template, using GraphQL-flavoured baseQuery, and hitting GraphQLZero API by Almansi.

CSS and TS-typings are kept to minimum in order to focus more on logic and functionality than on cosmetic and design purity.

Screenshot of the app

Spinning up the development server

pnpm dev

You can find other runnable scripts in package.json.

Author

Glenn Dwiyatcita (@dwiyatci)

License

WTFPL – Do What the Fuck You Want to Public License.

See LICENSE.txt.

WTFPL