You may not ACTUALLY understand Content Collections…

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024

Комментарии • 46

  • @cobotron90
    @cobotron90 20 дней назад

    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  20 дней назад

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

  • @CynthiaEbert-v6z
    @CynthiaEbert-v6z 2 месяца назад

    This content really helped me grasp the details!

  • @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 4 месяца назад

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

    • @CodinginPublic
      @CodinginPublic  4 месяца назад +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.

  • @Danielo515
    @Danielo515 24 дня назад

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

  • @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!!!

  • @jjaimealeman
    @jjaimealeman Год назад

    Absolutely SSSOOO looking forward to your upcoming course 🥰

    • @CodinginPublic
      @CodinginPublic  Год назад +1

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

  • @borbelyviktor3057
    @borbelyviktor3057 8 месяцев назад

    Amazing video about Astro collections!
    Thanks!

  • @DanteMishima
    @DanteMishima Год назад +1

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

  • @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.

  • @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 :)

  • @ursochurrasqueira
    @ursochurrasqueira 11 месяцев назад

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

  • @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.

  • @DevMr-e1x
    @DevMr-e1x Год назад

    Hi .Can you give me the font of Vscode please

  • @dev-akeel
    @dev-akeel 8 месяцев назад

    Can I sponsor your ASTRO course here on youtube?

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      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 8 месяцев назад

      @@CodinginPublic ok means I can't sponsor

  • @trejohnson7677
    @trejohnson7677 9 месяцев назад

    Would be nice to see integrations with SSE… hm…

    • @CodinginPublic
      @CodinginPublic  9 месяцев назад

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

  • @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 11 месяцев назад +1

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

  • @trejohnson7677
    @trejohnson7677 9 месяцев назад

    kinda crazy how well this works with obsidian.

    • @CodinginPublic
      @CodinginPublic  9 месяцев назад

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