All Projects → babel-blade → Babel Blade

babel-blade / Babel Blade

(under new management!) ⛸️Solve the Double Declaration problem with inline GraphQL. Babel plugin/macro that works with any GraphQL client!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Babel Blade

Grafoo
A GraphQL Client and Toolkit
Stars: ✭ 264 (-0.75%)
Mutual labels:  graphql, babel, babel-plugin, graphql-client
Magiql
🌐 💫 Simple and powerful GraphQL Client, love child of react-query ❤️ relay
Stars: ✭ 45 (-83.08%)
Mutual labels:  graphql, babel-plugin, graphql-client
Graphql Deduplicator
A GraphQL response deduplicator. Removes duplicate entities from the GraphQL response.
Stars: ✭ 258 (-3.01%)
Mutual labels:  graphql, graphql-client
Aws Mobile Appsync Sdk Ios
iOS SDK for AWS AppSync.
Stars: ✭ 231 (-13.16%)
Mutual labels:  graphql, graphql-client
babel-plugin-proposal-pattern-matching
the minimal grammar, high performance JavaScript pattern matching implementation
Stars: ✭ 34 (-87.22%)
Mutual labels:  babel, babel-plugin
Reason Urql
Reason bindings for Formidable's Universal React Query Library, urql.
Stars: ✭ 203 (-23.68%)
Mutual labels:  graphql, graphql-client
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (-21.43%)
Mutual labels:  graphql, graphql-client
Apollo Android
🤖  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
Stars: ✭ 2,949 (+1008.65%)
Mutual labels:  graphql, graphql-client
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (-31.58%)
Mutual labels:  graphql, graphql-client
babel-plugin-transform-replace-expressions
A Babel plugin for replacing expressions with other expressions
Stars: ✭ 23 (-91.35%)
Mutual labels:  babel, babel-plugin
babel-plugin-source-map-support
A Babel plugin which automatically makes stack traces source-map aware
Stars: ✭ 41 (-84.59%)
Mutual labels:  babel, babel-plugin
babel-plugin-transform-html-import-to-string
Turn HTML imports (and export from) into constant strings
Stars: ✭ 22 (-91.73%)
Mutual labels:  babel, babel-plugin
Crate
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).
Stars: ✭ 2,281 (+757.52%)
Mutual labels:  graphql, babel
Graphql.js
A Simple and Isomorphic GraphQL Client for JavaScript
Stars: ✭ 2,206 (+729.32%)
Mutual labels:  graphql, graphql-client
Hotchocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Stars: ✭ 3,009 (+1031.2%)
Mutual labels:  graphql, graphql-client
Neuron
A GraphQL client for Elixir
Stars: ✭ 244 (-8.27%)
Mutual labels:  graphql, graphql-client
babel-plugin-syntax-pipeline
Allow parsing of pipeline operator |>
Stars: ✭ 23 (-91.35%)
Mutual labels:  babel, babel-plugin
Graphpack
☄️ A minimalistic zero-config GraphQL server.
Stars: ✭ 1,994 (+649.62%)
Mutual labels:  graphql, babel
Modelizr
Generate GraphQL queries from models that can be mocked and normalized.
Stars: ✭ 175 (-34.21%)
Mutual labels:  graphql, graphql-client
core-web
like core-js but for Web APIs (based on polyfill.io)
Stars: ✭ 34 (-87.22%)
Mutual labels:  babel, babel-plugin

Welcome! This project is STILL A WORK IN PROGRESS and not yet production ready - but I appreciate you trying this out and giving feedback!

Babel-Blade ⛸️

babel-blade is the collective name for the babel plugin/macro that helps to generate graphql query strings inline and solves the double declaration problem.

Check our new Docs site or view my 7 minute talk at React Boston for an explainer!

babel blade walkthrough on youtube

Seriously check out our 👉 our new Docs site 👈

Have you heard that we have a new Docs site? It's in Docusaurus and it's great!


Obligatory Social Proof

"This is gonna be huge! Colocated graphql queries to the extreme, Completely autogenerated from your code. Super great dev experience & maintainable to the max. 🤗 Use with whatever graphql client framework you want. 🎉 "

"Just took a look at babel-blade. Oh man, does that reverse engineer your gql queries from your usages?????? 👏👏👏"

"Fucking great"

Ken Wheeler, probably

"Super duper"


For developers of plugins/contributors

boilerplate

This monorepo was bootstrapped from babel-plugin-macro-boilerplate. Check it out if you want to make one!

if you spot something that could be a better practice, PLEASE open an issue or tell me I'm wrong!


For contributors/swyx

Guide to this repository

This is a monorepo managed by lerna. Let's go through the folder structure:

  • /docs: source markdown files for our Docusaurus docs
  • /website: the rest of the files (React, Site config, etc) for our Docusaurus docs
  • /packages/babel.macro: a very small/insignificant wrapper of babel-plugin-blade for hooking into babel-plugin-macros. Published as blade.macro.
  • /packages/babel-plugin-blade: the core of this repo, the secret sauce. Published as babel-plugin-blade. It has a separate README, go in there if interested to learn more about its inner workings. If you are just looking to use babel-plugin-blade you can just check out our new Docs site.

publishing check list

  1. npm run build on packages/babel-plugin-blade
  2. lerna publish
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].