-
Notifications
You must be signed in to change notification settings - Fork 91
chore: add example SSR app built using Fastify #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bmullan91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a few small things 👍 Thanks for this @Joezo
jackdclark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @Joezo & @bmullan91
jackdclark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sure we can make this look nicer, but it's a good foundation for local dev 👍
| Download the example: | ||
|
|
||
| ```bash | ||
| curl https://codeload.github.com/nearform/graphql-hooks/tar.gz/master | tar -xz --strip=2 graphql-hooks-master/examples/fastify-ssr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackdclark no it's beautiful as it is |
… Simpifies eslint and prettier config.
Co-Authored-By: Joezo <[email protected]>
What does this PR do?
Adds an example application that @bmullan91 had been using for local dev. It's very simple but showcases the different functional features nicely and will provide a good base for local development.
Uses lerna's
--hoistoption so that multiple packages use the same copy of react/react-domSimplifies the eslint and prettier setup.
Related issues
closes #69
Checklist