swyxio / swyxdotio

This is the repo for swyx's blog - Blog content is created in github issues, then posted on swyx.io as blog pages! Comment/watch to follow along my blog within GitHub
https://swyx.io
MIT License
342 stars 45 forks source link

Instant GraphQL with OneGraph #226

Closed swyxio closed 2 years ago

swyxio commented 2 years ago

source: devto devToUrl: "https://dev.to/swyx/instant-graphql-with-onegraph-4hi8" devToReactions: 13 devToReadingTime: 2 devToPublishedAt: "2020-04-03T06:23:06.641Z" devToViewsCount: 175 title: Instant GraphQL with OneGraph subtitle: Screenshare in Public with Sean Grove published: true category: tutorial tags: [Tech, React, Livecoding, Next.js, Tailwind, GraphQL] slug: instant-graphql-onegraph canonical_url: https://www.swyx.io/writing/instant-graphql-onegraph

Here's a recorded screenshare chat I had with Sean Grove (https://twitter.com/sgrove), Cofounder of OneGraph! We swapped out the Next.js API Routes that I manually set up in my livestreaming, to the premade GraphQL integration that OneGraph has with Dev.to. As a bonus, this takes care of user authentication so it doesn't rely on getting Dev.to API keys!

Source: https://github.com/sw-yx/dev-to-cms/commit/150ce146e54f9b63911917b83b24c993341f9496 Live Demo: https://dev-to-cms.now.sh/

Catch up on the Dev.to CMS LiveStream!