Getting started with Vite js + React js + Bootstrap

Поделиться
HTML-код
  • Опубликовано: 1 апр 2023
  • In this beginner-friendly tutorial, we'll guide you through the process of setting up a Vite + React project from scratch. We'll cover everything you need to know to get up and running quickly, including installing Vite, adding React to your project, and installing the necessary dependencies.
    Once we have our basic project setup, we'll dive into creating some components. We'll use React-Bootstrap, a popular library of pre-built Bootstrap components made specifically for React, to create a Header component, and we'll also create a Home and About component. We'll show you how to install and use React-Bootstrap, and how to customize the styles of these components to fit your needs.
    To help you get started quickly, we'll also include a brief overview of Get Bootstrap, a popular CSS framework that provides a wide range of pre-built styles and components that can be used in your React projects. We'll show you how to install and use Get Bootstrap in your project, and how to combine it with React-Bootstrap for even more flexibility.
    Whether you're a junior developer just starting out, or an experienced developer looking to learn something new, this tutorial has something for you. So join us and let's get started on building your Vite + React project!
    Resources:
    React-Bootstrap
    Get Bootstrap
    #React #Vite #ReactBootstrap #GetBootstrap #FrontendDevelopment #WebDevelopment #BeginnerFriendly #JuniorDevelopers

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

  • @GreenPear-mz4dl
    @GreenPear-mz4dl Год назад +2

    very nice video, thanks for sharing!

  • @DsComputerWorld
    @DsComputerWorld 11 месяцев назад +2

    Thanks for sharing with us. This whole project uses such marvelous packages which is best for frontend and backend. It helped me a lot.

  • @kirstenjohnson3091
    @kirstenjohnson3091 6 месяцев назад +2

    I recently learned Bootstrap and React, so this was perfect. Thank you!

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

    even though an explanation would be better, this really helps me starting my project. Thanks!

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

    Amazing video

  • @Nurpie
    @Nurpie 11 месяцев назад +1

    Many thanks! Official bootstrap page for vite integration was even wrong

  • @ericksegura478
    @ericksegura478 9 месяцев назад +1

    Excelente muy bueno.

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

    thankssss my bro ❤.
    i am from Indonesia.
    I love this video.
    Godbless

    • @bloklab
      @bloklab  8 месяцев назад +1

      Your welcome, stay tuned for more videos coming soon 👍

  • @VictorSantos-is5yk
    @VictorSantos-is5yk Год назад +1

    Nice video, what extansions you use to create arrow function?

  • @isabelsanchezgarcia6108
    @isabelsanchezgarcia6108 7 месяцев назад

    Thanks!!!

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

    Hello thanks for your video, I have a question can I handle a single css file?

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

      Hi Andres, this would be possible so long as you use “id” selectors for specific elements.
      Hope this helps

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

    Nice man! why you use the version 4.6 boostrap??

    • @bloklab
      @bloklab  Год назад +3

      It’s more widely used across new and old web development

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

      @@bloklab but bootstrap 5.3 is compatible with react-bootstrap 2.8, right :? thanks in advance :)

  • @user-nc3im3zu1h
    @user-nc3im3zu1h 3 месяца назад

    hey, would you tell me how to auto import like you when you code it's auto import at top

    • @bloklab
      @bloklab  3 месяца назад +1

      Hi, in order to automatically import like in the video, you first need to ensure the component is created in your components folder with the relevant code within the component, once this is done vs code should recognise this so when you start typing it should auto import for you.
      Hope this helps and let us know if you get stuck

    • @user-nc3im3zu1h
      @user-nc3im3zu1h 3 месяца назад

      @@bloklab it's already work, thanks, can you make another tutorial getting started vite react with bootstrap and scss ? so i can override class of bootstrap with scss please

  • @vvhoisp.v
    @vvhoisp.v Год назад +1

    How localhost u have visible without put npm run dev in terminal? i need to see

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

      Hi, to access local host visibility you need to open up chrome dev tools, right click -> inspect, her you see tabs starting with “Elements, console, components etc” click on the tab that says “Application” if you can’t see this click on the arrows, when you click application you see local host on left side. Hope this helps

  • @bravin_w
    @bravin_w 7 месяцев назад

    100th sub here.

  • @riadqerimi6701
    @riadqerimi6701 7 месяцев назад

    why u dont make another page for about?

    • @bloklab
      @bloklab  7 месяцев назад

      The process is the same to create additional pages, just follow the steps and route the backing to the about page instead of “/“.

  • @nithyalakshmim7411
    @nithyalakshmim7411 Месяц назад

    why you change ma-auto to ms-auto how to know that

    • @bloklab
      @bloklab  Месяц назад

      Me-auto (margin-end) is same as Margin-right Ms-auto (margin-start) is same as ml-auto
      By changing the default bootstrap code this pushes the nav links over to the right
      Hope this helps

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

    the screen is to small maybe you can increase the font size😢

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

    hello sir , can you make video about vite app deployment into github page ..

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

      Sure can, make sure to subscribe and turn on bell notifications 🔔

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

      @@bloklab ok..done..after that you make also a video about typescript using vite

  • @punsathvidunayana7851
    @punsathvidunayana7851 6 месяцев назад

    why don't you use latest boostrap

    • @bloklab
      @bloklab  6 месяцев назад

      Personal preference and compatibility with various versions and frameworks