You may not ACTUALLY understand Content Collections…

  Рет қаралды 12,361

Coding in Public

Coding in Public

Күн бұрын

Пікірлер: 43
@CynthiaEbert-v6z
@CynthiaEbert-v6z 2 күн бұрын
This content really helped me grasp the details!
@Goyo_MGC
@Goyo_MGC 11 ай бұрын
Content collections are so versatile. I wonder if in a big project it would be sustainable and could somehow replace database for static content. It offload the browser render time for a longer build time which seems a great alternative. I wonder if there is a tradeoff with having a lot of files generated at build time with SSG instead of using SSR. Maybe it will cost more to host I wonder.
@CodinginPublic
@CodinginPublic 11 ай бұрын
Content Collections are the best! :) I'm sure at some point you'd hit a cost to host…but I can't imagine how big that project would have to be.
@shiningdawn7871
@shiningdawn7871 10 ай бұрын
Thank you for this video, ive spent hours trying to figure out why my astro wasnt building images from the frontmatter, works now, cheers
@CodinginPublic
@CodinginPublic 10 ай бұрын
You're welcome!
@quasi_stellor
@quasi_stellor 2 ай бұрын
Great video! I really like the way you explain and the tone of your voice. Thanks!
@CodinginPublic
@CodinginPublic 2 ай бұрын
Glad you enjoyed it! Thanks for saying something!
@DanteMishima
@DanteMishima 11 ай бұрын
The explanation that I needed. Thank you Chris! (although, I'm tired of hearing "typesafety")
@CodinginPublic
@CodinginPublic 11 ай бұрын
lol
@jjaimealeman
@jjaimealeman 11 ай бұрын
Absolutely SSSOOO looking forward to your upcoming course 🥰
@CodinginPublic
@CodinginPublic 11 ай бұрын
Me too! Hoping to make a TON of progress next week!
@jlkinley
@jlkinley 11 ай бұрын
Thank you so much for this content. Well done. I know that you sing the praises of these content collections, but why am I having a tough time getting my head around multiple json files in a directory vs one json file? It seems to me for certain things, one file is easier to manage. This is really making me rethink content collections. I guess for one thing, without the content collections you'd lose that ability to reference other collections.
@CodinginPublic
@CodinginPublic 10 ай бұрын
Yeah, when you have a smaller amount of content, a single json file is great. You do miss the ability to reference and then as it scales, the separate files personally help me stay organized.
@borbelyviktor3057
@borbelyviktor3057 6 ай бұрын
Amazing video about Astro collections! Thanks!
@CodinginPublic
@CodinginPublic 6 ай бұрын
Glad you enjoyed it!
@bynneh
@bynneh 11 ай бұрын
Thanks Chris! How is your Astro course shaping up? Do you have an estimated release date?
@CodinginPublic
@CodinginPublic 11 ай бұрын
Early release will be by the end of the year!
@jjaimealeman
@jjaimealeman 11 ай бұрын
​@@CodinginPublic🤩 woo-woooo, SO excited!!!
@unity_12
@unity_12 11 ай бұрын
It's brilliant and a very lightening tool! Will there be a video on such cms as keyStatic or Decap Cms? Their miracle is that they immediately create md files in our project and push them to repo github.
@CodinginPublic
@CodinginPublic 11 ай бұрын
Planning on something with keystatic once I get a chance to use it :)
@ursochurrasqueira
@ursochurrasqueira 9 ай бұрын
10/10 content, never thought relations are viable in markdown
@CodinginPublic
@CodinginPublic 9 ай бұрын
It’s amazing!
@trejohnson7677
@trejohnson7677 7 ай бұрын
kinda crazy how well this works with obsidian.
@CodinginPublic
@CodinginPublic 7 ай бұрын
Totally! That’s the beauty of obsidian. Just a collection of markdown files!
@CookingForAlba-qh8nq
@CookingForAlba-qh8nq 11 ай бұрын
This course will be needed, quality explanations! I'm currently converting an application from Next.js -> Astro and all of the different errors are killing me as there's no help to get from stack overflow or similar. Difficulties of developing on the frontier frameworks i guess. Do you know how to handle sub-folders/sub-paths for your content collections? I have a "articles" folder in the content folder filled with .mdx files , and i want to have another sub-folder in it called "performance" (content/articles/performance/*.mdx) but when i try to create a file and navigate there (test.mdx) i get: Expected "slug" to match "[^\/#\?]+?", but got "performance/test". Any ideas? Thanks for all the good content!
@CodinginPublic
@CodinginPublic 11 ай бұрын
I'd check out the Discord. Lots of very smart people who are quick to help! Yes, so you’ll need to think about Content Collections as a way to organize the data, but NOT a structure to how the data is displayed. Since Astro has page-based routing, you'll need to have files in your pages directory that consume the Content Collection information and display it. If I'm understanding you correctly, I'd likely either use the nested directories in an articles collection (similar to the locale folders in the docs) or I'd filter based on a frontmatter property like "type: performance" … when you get the collection, you can filter by that type. Hope that pushes you in the right direction.
@trejohnson7677
@trejohnson7677 7 ай бұрын
Would be nice to see integrations with SSE… hm…
@CodinginPublic
@CodinginPublic 7 ай бұрын
Let me know if you do something like this. That'd be interesting!
@dev-akeel
@dev-akeel 6 ай бұрын
Can I sponsor your ASTRO course here on youtube?
@CodinginPublic
@CodinginPublic 6 ай бұрын
My course is only available over at learnastro.dev. I may post the first module here? But the rest will not be available on YT.
@dev-akeel
@dev-akeel 6 ай бұрын
@@CodinginPublic ok means I can't sponsor
@aspirin02
@aspirin02 11 ай бұрын
why were you in a hurry? i hope paid course wont be made in a hurry. or is this because Astro is fast moving, so everything has to be fast-paced?
@CodinginPublic
@CodinginPublic 11 ай бұрын
Just wanted to do a faster one since I’ve already done a slow walkthrough for content collections earlier this year that was much slower and didn’t cover as much. There are several new items with content collections I wanted to show off, but didn’t want it to take 1.5 hours :)
@CodinginPublic
@CodinginPublic 11 ай бұрын
Course should be beginner to intermediate aimed.
@MarkVolkmann
@MarkVolkmann 9 ай бұрын
I like the fast pace! For those that don’t there is always the pause button and you can adjust the speed.
@DevMr-e1x
@DevMr-e1x 11 ай бұрын
Hi .Can you give me the font of Vscode please
@CodinginPublic
@CodinginPublic 11 ай бұрын
Cascadia Code (link in description)
Astro Crash Course in 20 Minutes!
22:07
Coding in Public
Рет қаралды 57 М.
Content Collections API Deep Dive
53:06
Coding in Public
Рет қаралды 16 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 69 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 8 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 11 МЛН
Astro. Теперь сайты моментальные. Быстрый курс
59:26
Владилен Минин
Рет қаралды 50 М.
Working with Images in Astro
15:13
Coding in Public
Рет қаралды 7 М.
Let's build a React app with Convex and Clerk! (Bingo Bites Part 3)
3:18:03
Astro makes websites faster & easier to build
22:55
Kevin Powell
Рет қаралды 122 М.
Astro for Impatient Devs
10:35
Isaac Harris-Holt
Рет қаралды 12 М.
Creating a Flexible Astro Component
37:15
Coding in Public
Рет қаралды 11 М.
Astro’s Big Announcement!
28:50
Coding in Public
Рет қаралды 9 М.
The Value of Source Code
17:46
Philomatics
Рет қаралды 89 М.
Choosing between SSR, SSG, and dynamic rendering in Astro
12:19
Coding in Public
Рет қаралды 17 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 69 МЛН