-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[v2] Update examples in v2 branch #5598
Comments
Upgrading the examples is still a work in progress - any help would be very welcome! Although note that the v2 upgrade guide hasn't been written yet, so you'll need to rely on checking how other examples have been changed and the placeholder breaking changes list. If anyone wants to take any of these on, I'm happy to provide any guidance needed. |
I added this issue to v2 project, so people can discover it easier if they want to help out on v2 |
It would be nice to have a list of already ported and yet to be done examples :) |
A list would be excellent - would you like to make one and and add it here? You can check the gatsby/examples/image-processing/package.json Lines 8 to 18 in d0e2927
Examples running on v1 will have different version numbers and no gatsby/examples/using-remark-copy-linked-files/package.json Lines 7 to 20 in d0e2927
|
Oh and there's a work-in-progress migration guide at https://github.com/gatsbyjs/gatsby/blob/v2/docs/docs/migrating-from-v1-to-v2.md |
I could probably grab sitemap one for start :). Happy to help |
😍 for all the pull requests updating these examples. Keep 'em coming :) |
RSS feed one has similar issue as sitemap. It's quite basic. I'll try to PR extended version to master first over the weekend. |
I’m getting errors with source-hacker-news.
|
@ryanditjia I'm getting the same errors. Looks like an issue with the plugin itself. Also, going through using-javascript-transforms example, I'm unsure of what's going wrong but looks like it keeps throwing |
Thanks everyone for your help with this issue 🎉 Marking this as done. |
Summary
Some of the examples in the v2 branch https://github.com/gatsbyjs/gatsby/tree/v2/examples
Have package.json versions pointed at
latest
instead ofnext
- is this intentional?Examples include:
https://github.com/gatsbyjs/gatsby/blob/v2/examples/using-styled-components/package.json
https://github.com/gatsbyjs/gatsby/blob/v2/examples/using-redux/package.json
The text was updated successfully, but these errors were encountered: