This dude should be writing the docs for Gatsby. Thanks so much, really nicely explained!
@boku003 жыл бұрын
So bascially Gatsby can be your one stop shop from ultra clean and maintainable website... Love it!
@tucktools3 жыл бұрын
How to use REST apis as a data source with dynamic routes in GatsBy.
@СашоИванов-л3ц Жыл бұрын
What about array of objects, how can i transform that
@chandanbaruah76923 жыл бұрын
I have a doubt. Why should we use markdown files to transform our files into workable data on the GraphQL layer, why can't we use HTML instead?
@vladimirputindreadlockrast812 Жыл бұрын
Probably for Windows installations, only: Yeah, so I found a solution that worked for me if anybody is using Gatsby 5.n.n and are getting an "Error in function useStaticQuery in ./.cache/static-query.js:83" "The result of this StaticQuery could not be fetched" error. The author, The Net Ninja, did not capitalize the filenames of his components in Lesson #12, as he has done in previous lessons. Just capitalize the file name of the component in which you are using useStaticQuery hook. Example: layout.js -> Layout.js and navbar.js -> Navbar.js. Then clear the Gatsby cache and restart the server.
@arthurmiranda88962 жыл бұрын
Missing onError handler for invocation 'building-schema', error was 'Error: TypeError[File.publicURL]: Cannot convert to OutputType the following value: Object({ type: String, args: Object({ }), description: "Copy file to static directory and return public url to it", resolve: [function resolve] })'. Stacktrace was 'Error: TypeError[File.publicURL]: Cannot convert to OutputType the following value: Object({ type: String, args: Object({ }), description: "Copy file to static directory and return public url to it", resolve: [function resolve] }) get this error whenever i try to re develop. No idea how to fix it.
@kasiabienkowska89143 жыл бұрын
how to add external link to markdown file? I want to add github repo for every new page...
@skverskk3 жыл бұрын
Awesome
@laurencetrippen680411 ай бұрын
LOL didn't knew about Frontmatter until now. 😅
@michalnowak21812 жыл бұрын
thx
@ridl273 жыл бұрын
ty
@2u841r Жыл бұрын
good
@jeffreytgilbert3 жыл бұрын
i think i'm hearing you wrong but i'll have to look it up to see what you said. it sounded like you said froat matta and i can't imagine that's what you actually said. throat meta? i dunno. i'll have to google it.
@jeffreytgilbert3 жыл бұрын
ahhhhhh i kept watching and it showed up. FRONT MATTER. Yeah, i wasn't going to get there on my own. good thing it was written down.
@letsgodevs3 жыл бұрын
How to use REST apis as a data source with dynamic routes in GatsBy.