-
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
Give the user the possibility to implement a 404 componenent #156
Comments
I'm also in the need of broader customizations #33 |
@gesposito I reopened #33 which in retrospect shouldn't have been closed. |
@gesposito so let's continue the discussion there. I'd love to hear more about what you're building with Gatsby which would help guide the discussion of how to design multi-route pages. |
I'm ok having less issues open, we can also continue here, I basically have a Ghost blog that I want to completely move to Gatsby. I'd like Gatbsy to be a static alternative to Ghost. |
Sounds good but isn't that too much exception ?
Wha't about making gatsby executable simply generate à site that contains webpack config (so we can hack), idem for router ? Not sure it is really that crucial today but having logic split between gatsbyjs and actual blog make it hard to understand (not critic, just personal though / dev experience). |
I dunno, |
But yeah, a lot of the trickiness around designing Gatsby is where the boundary of control should be between Gatsby core / userland. You want to eliminate as much cognitive overhead as possible while retaining maximum flexibility. |
Mmh. First sorry if my above comment feel rude, english is not my mother tongue. I wasn't thinking of a boilerplate, more a self-contained website, generated by gatsby command line the same way than I think current gatsby is not that far form this but I don't know ... This is not that clear in my head for now, but as a developper expérience, I found it tricky to jump from core to user land. Maybe the fact that the readme don't mention it and thus I found that myself. Or a convention (like postbuild but for more of the logic). I will definitivly try the I'm feeling it just miss a small think to be a perfect DX for both users in hurry and users that want to customize gatsby heavily. Still don't know what .. |
I think/hope documentation is the main DX problem right now. Like you said, getting RSS feed generation working was tough because it isn't documented anywhere right now. But if there were docs clearly explaining that + example code it wouldn't be so bad. But things are still early and there's lots of rough edges to be smoothed out. Definitely appreciate your feedback and help @tychota! :) |
This was fixed in #121 |
Related to #149 first comment
Directly related to #121
I'm having trouble implementing 404 componant. I realized it seems normal since router logic is split beetween gatsby build and actual versionable code.
Maybe, in long term switch gatsby build to be only the vital minimum, and put router logic directly in starter (or modules or whatever).
The text was updated successfully, but these errors were encountered: