BUILD A FULLSTACK APPLICATION WITH SPRING BOOT 3, VITE & BACKBONE | BEGINNER

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

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

  • @wazoowebbytes
    @wazoowebbytes  2 года назад

    I had a LOT of fun putting this proof of concept together of legacy and modern JavaScript using Vite! I hope you're able to learn something from this. Please let me know what you think!

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

    Like you, Backbone helped me in my understanding of MVC in web applications, as it is closer to what I already know in matters JS than say React. Great lesson in how to bind a Java back-end with a JavaScript front. If you could build upon this to show how to get data in and ouf the H2 database, it would be awesome.

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

      hey thanks for the feedback and suggestion! It's a good one to think about for sure...not a bad idea at all.

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

    How would you incorporate SSL? The proxy doesn't seem to work with HTTPS. Getting 403s.

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

      hey Jelle! I tracked down this vite plugin that the team recommends for setting up SSL locally - github.com/vitejs/vite-plugin-basic-ssl then hopefully you can just set vitejs.dev/config/server-options.html#server-https to true. Hope that helps!

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

    could you make a simple hello world tutorial with spring boot and react and show us simply how to route the mapping from react server to springboot controller server so that we can understand how to map the two together better? I'm having a hard time wrapping my head around using the same http url to send a request thru react frontend to spring backend and return the spring data to react server to be displayed by react. Thank you for your other tutorials as well.

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

      Thank you SO much for this feedback! Yes, indeed, I can spend more time on this subject for sure. It's not just a "React issue", but every frontend library or framework has to deal with this

  • @jopadjr
    @jopadjr 2 года назад +1

    5th...Thanks