What is Vite? How does it work? Explaining all the files in a generated React + TypeScript App

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • React Roots is my new course that will teach you the basics of building modern single page web applications with React and TypeScript.
    Visit www.reactroots... to learn more.
    Buy the course: superpeer.com/...
    💜 Follow on Twitch: / codinggarden
    📩 Sign up for my mailing list: list.coding.ga...
    💖 Donate: coding.garden/...
    😍 Pledge: coding.garden/...
    💬 Discord: coding.garden/...
    🎉 Stickers: coding.garden/...
    💻 Gear List: coding.garden/...
    🔎 Search for more Coding Garden videos here: coding.garden/...
    🗣 View the Coding Garden FAQ here: github.com/Cod...

КОМЕНТАРІ • 16

  • @raoufabdallah5697
    @raoufabdallah5697 6 місяців тому +1

    Literally, this is amazing, I've never commented on UA-cam videos but this one I've learned so much that I really needed so thank you so much.

  • @Sam-dh7fr
    @Sam-dh7fr 7 місяців тому +1

    You are amazing. Precisely the level of detail I'm after. Subscribed.

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

    Your videos are always so informative and well-presented. Thank you for sharing your knowledge with us!🚀😎

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

    This is so well explained! thanks! May the force be with you 🌱

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

    I get to buy your class tomorrow. Yay!

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

    Technically, the only file tsconfig.node.json checks, is the vite.config.ts, because thats the only file which is listed in "include"

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

    Vite has sever side rendering out of the box, press the others option after you init the project then the first option out of the two in the second menu and then select the React app

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

      The built in SSR in Vie is low level and meant for framework authors. Read more here:
      vitejs.dev/guide/ssr.html
      And see Vite SSR frameworks / libraries here: github.com/vitejs/awesome-vite#ssr

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

    Aside from the massive ecosystem, what real advantages are there to using React compared to other newer frameworks/libraries? Are there specific use cases where going the React route is better than Vue, Svetle, Solid, etc., or is it mainly preference at this point?

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

    Rakkasjs can do Nextjs like things with vite but it's a little rough around the edges. They do have some cool things like useServerSideQuery which is like getserverside props but as a hook and it also has svelte like server and client hooks it also has locals which is wish next13 had to let you share objects between let's say the middleware, route handlers a d server components

  • @ItsMiaMuffy3
    @ItsMiaMuffy3 6 місяців тому

    you are awesome 💚🌱

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

    Do You have a vue js 3 course as well? 😄

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

    Could you record video for using pwa in react typescript vite??😊

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

    I talked about this in my class today.

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

    Explore vite lib mode please

  • @ronaldomaia
    @ronaldomaia 11 місяців тому

    Good video, just recommend to go a little bit slower