Closed jeffsee55 closed 3 years ago
Latest commit: 8ca2118eff52b8671854aa3843dcb199127bec1a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Closes https://github.com/tinacms/tina-graphql-gateway/issues/337
This adds a
/light
route to thetina-graphql-gateway
which only bundles theEditProvider
state. As I was testing things out I just cut out a bunch of stuff to see how it'd feel. I think we should talk about:useGraphQLForms
hook.Just less touch points for
tina init
. And then obviously continue to document how to compose this stuff yourself. But if we can do this, the only touch point for Tina in your nextjs app is at the_app.js
file: