You may not ACTUALLY understand Content Collections…

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 46

  • @cobotron90
    @cobotron90 Місяць тому

    Great explanations and demo! Really helped me figure out when to use content vs data collections. I used this video as a guide to refactor my portfolio website which is now so much better organized

    • @CodinginPublic
      @CodinginPublic  Місяць тому

      That’s so encouraging to hear! Thanks for sharing!

  • @shiningdawn7871
    @shiningdawn7871 Рік тому

    Thank you for this video, ive spent hours trying to figure out why my astro wasnt building images from the frontmatter, works now, cheers

  • @quasi_stellor
    @quasi_stellor 5 місяців тому

    Great video! I really like the way you explain and the tone of your voice. Thanks!

    • @CodinginPublic
      @CodinginPublic  5 місяців тому +1

      Glad you enjoyed it! Thanks for saying something!

  • @Goyo_MGC
    @Goyo_MGC Рік тому +2

    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  Рік тому

      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.

  • @CynthiaEbert-v6z
    @CynthiaEbert-v6z 3 місяці тому

    This content really helped me grasp the details!

  • @jjaimealeman
    @jjaimealeman Рік тому

    Absolutely SSSOOO looking forward to your upcoming course 🥰

    • @CodinginPublic
      @CodinginPublic  Рік тому +1

      Me too! Hoping to make a TON of progress next week!

  • @Danielo515
    @Danielo515 Місяць тому

    Does the "when not to use" still stand? I see Astro included some updates that let you easily fetch remote data using collections

  • @DanteMishima
    @DanteMishima Рік тому +1

    The explanation that I needed. Thank you Chris!
    (although, I'm tired of hearing "typesafety")

  • @bynneh
    @bynneh Рік тому +1

    Thanks Chris! How is your Astro course shaping up? Do you have an estimated release date?

    • @CodinginPublic
      @CodinginPublic  Рік тому +3

      Early release will be by the end of the year!

    • @jjaimealeman
      @jjaimealeman Рік тому +1

      ​@@CodinginPublic🤩 woo-woooo, SO excited!!!

  • @jlkinley
    @jlkinley Рік тому

    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  Рік тому

      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 9 місяців тому

    Amazing video about Astro collections!
    Thanks!

  • @CookingForAlba-qh8nq
    @CookingForAlba-qh8nq Рік тому

    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  Рік тому

      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.

  • @ursochurrasqueira
    @ursochurrasqueira Рік тому

    10/10 content, never thought relations are viable in markdown

  • @unity_12
    @unity_12 Рік тому

    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  Рік тому

      Planning on something with keystatic once I get a chance to use it :)

  • @DevMr-e1x
    @DevMr-e1x Рік тому

    Hi .Can you give me the font of Vscode please

  • @trejohnson7677
    @trejohnson7677 10 місяців тому

    kinda crazy how well this works with obsidian.

    • @CodinginPublic
      @CodinginPublic  10 місяців тому

      Totally! That’s the beauty of obsidian. Just a collection of markdown files!

  • @trejohnson7677
    @trejohnson7677 10 місяців тому

    Would be nice to see integrations with SSE… hm…

    • @CodinginPublic
      @CodinginPublic  10 місяців тому

      Let me know if you do something like this. That'd be interesting!

  • @dev-akeel
    @dev-akeel 9 місяців тому

    Can I sponsor your ASTRO course here on youtube?

    • @CodinginPublic
      @CodinginPublic  9 місяців тому

      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 9 місяців тому

      @@CodinginPublic ok means I can't sponsor

  • @aspirin02
    @aspirin02 Рік тому +2

    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  Рік тому +2

      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  Рік тому +1

      Course should be beginner to intermediate aimed.

    • @MarkVolkmann
      @MarkVolkmann Рік тому +1

      I like the fast pace! For those that don’t there is always the pause button and you can adjust the speed.