A real-time collaborative blog post editor built with GraphQL, React, React Markdown, & AWS AppSync.
This repo goes along with the medium post "How to Build a Real-time Collaborative Markdown Editor with React Hooks, GraphQL & AWS AppSync". Click here to check it out.
We have a Post type that has a few properties. The most important property is the markdown. This is where we are keeping up with the state of the post.
We also have a clientId to properly handle GraphQL subscriptions on the client.
Launching the app
Deploy this fullstack app with a single click to the Amplify Console:
请发表评论