super-expressive.macro
graphql-let
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
super-expressive.macro | graphql-let | |
---|---|---|
1 | 3 | |
9 | 456 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | 12 days ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
super-expressive.macro
-
A tale of knowledge building
After a couple of weeks of playing around with the idea and learning much more about Babel plugins in the process, I released super-expressive.macro - a macro to generate Regular Expressions (RegExp) at build-time with super-expressive.
graphql-let
-
How to generate Typescript types for GraphQL queries in a React app
Under the hood, @lente/vite-plugin-graphql uses graphql-let, and .graphql-let.yml is where we define where the GraphQL schema is located and how to identify the GraphQL files to be parsed. Check out this repo for more details on the options available https://github.com/piglovesyou/graphql-let.
-
graphql-let - A Webpack loader for GraphQL Code Generator
graphql-let is a wrapper tool that makes using GraphQL Code Generator smoother and easier. In this article, I'll explain what graphql-let is and how it relates to GraphQL Code Generator.
-
Question: Any tools for generating strongly-typed query and mutation builders?
I think all the tools you and /u/catterpillars_dreams need are there. You just need a combination of graphql-code-generator, ESLint, and editor plugins. Maybe you could contribute to the graphql-let project, which attempts to make it easier to set everything up.
What are some alternatives?
graphql-zeus - GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
graphql-typed-document-node - An improved version of `DocumentNode` for seamless TypeScript integration for GraphQL.
graphql-codegen-flutter-artemis-hooks - graphql-codegen plugin to generate type-safe, easy-to use hooks for Flutter
ts-loader - TypeScript loader for webpack
graphql-codegen-vscode - vscode extension which runs graphql-codegen whenever you save a query/mutation
Next.js - The React Framework
vscode-apollo-relay - Simple configuration of vscode-apollo for Relay projects.
react-starter-kit - The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
nodejs-api-starter - 💥 Yarn v2 based monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI. [Moved to: https://github.com/kriasoft/relay-starter-kit]
babel-handbook - :blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.
babel-plugin-tsconfig-paths-module-resolver - Use tsconfig-paths in any bundler that supports a custom babel config.
vite-graphql-example