7nohe / openapi-react-query-codegen

OpenAPI React Query Codegen is a code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.
https://openapi-react-query-codegen.vercel.app
MIT License
301 stars 31 forks source link

Solidjs version of this library #130

Open loucass003 opened 4 months ago

loucass003 commented 4 months ago

Hey,

I really needed a solidjs openapi codgen that works with tenstack solid-query. I figured that your codebase was a good base for the solidjs version and i made a fork of my own

https://github.com/loucass003/openapi-solid-query-codegen

it only supports solidjs / i replaced all the react things. I hope i am not offending you by doing this. If so i would be happy to remove it and work with you on a better solution so this library could have support for both react and solidjs

seriouslag commented 4 months ago

Hey there, great idea and that's what is great about open source. It would be awesome to add abstractions needed to this repo and output both solid and react from a single codebase, that way we could have common features and update at the same time.