-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dynamic pages? #373
Comments
Yes-ish. You can't yet dynamically create pages but if you add a react component file (e.g. |
I'm working towards making this paradigm much more powerful. |
I need something like this too =\ |
FYI, we implemented this in Phenomic by reading user react-router routes and generate all possible pages according to front-matter metadata https://phenomic.io/docs/usage/routing/ |
Would love to see what's possible here! :-) |
@dmitrig01 this is all working in v1! Checkout this issue from last fall #421 and the gatsbygram case study https://www.gatsbyjs.org/blog/gatsbygram-case-study/#app-structure |
Awesome!! Somehow google decided that this issue was the most relevant thing, but seems that is not the case :-) thanks! |
Well now all future Google visitors will have breadcrumbs to direct them on
the right path :-)
…On Sun, Apr 2, 2017, 9:38 PM Dmitri G ***@***.***> wrote:
Awesome!! Somehow google decide that this issue was the most relevant
thing, but seems that is not the case :-) thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#373 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEVhzIj4dRSRONq4T58wC2RnIXF-2Amks5rsE2sgaJpZM4JaXLZ>
.
|
Hi, I was wondering if Gatsby has support for something like this?
https://middlemanapp.com/advanced/dynamic_pages/
I'd like to pass some data to a template and have Gatsby generate the pages
The text was updated successfully, but these errors were encountered: