At its core, houdini seeks to enable a high quality developer experience without compromising bundle size. Like Svelte, houdini shifts what is traditionally handled by a bloated runtime into a compile step that allows for the generation of an incredibly lean GraphQL abstraction for your application. See more at HoudiniGraphQL.com 🚀
rmarscher/houdini-standalone-test
A repo that moves the houdini package to the top-level with the build directory committed to the repo so I can more easily test changes against real projects.
JavaScriptMIT