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!
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.
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!
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.
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
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!
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.
hey thanks for the feedback and suggestion! It's a good one to think about for sure...not a bad idea at all.
How would you incorporate SSL? The proxy doesn't seem to work with HTTPS. Getting 403s.
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!
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.
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
5th...Thanks