Great video! what front-end(JS) framework do you think is easier to learn first? React,Angular,vue? i used jquery(ajax), people said that Angular is easier for java developers to learn... Cheers!
Thanks. React is easier to start with. Angular is not easier for java developer to learn but since both java and angular are used in enterprise level so angular is used by Java developers.
Guys we use React because when we change some component then we dont need to refresh page . So if you put [students] parameter which is the end of the useEffect() function , you will see when you add a student and click the submit button, students list automatically refresh without all page refresh. (sorry for bad english :))
@@justmonika6529 when you put [student] in the end of the useEffect(), here you say to useEffect() to execute the block of code that it contains, whenever the student array changes... Read more about useEffetc Dependencies.
Even though very basic, Its the perfect intro for amateurish coders, dint know much Spring or React but had some knowledge of Java, Java Script, so this was so nice!
I've looked from youtube to udemy for a good Spring Boot and React tutorial for begineer and this is the best video there is. Simple yet so informative. Lots of thanks to this channel
Hey I really appreaciated the fact, that there was an error with the missing @Service parameter in the StudentServiceImplementation. So you explained what was wrong and didnt cut it out or something. Its good to see mistakes being made and how one resolves them. Dont always show perfect code examples. --> My opinion
Thank for this great toturial🙌 i like to add one thing just add students in [] braceses of useEffect so you dont have to refresh to show submited data const [students, setStudents] = useState([]) useEffect(() => { },[students])
By far I have completed the backend part, so I just have to say THANKS for your explanation, is so brief that's is pretty enough to understand. Let's see how the frontend with React goes. For future content would be nice a tutorial about how to implement Native Query and also Criteria Query.
you should use lombok in model class to reduce boiler plate code for getters and setters,toString(),hashcode,default constructor and parameterized constructor
@@CodeWithArjun Dada i will see that Video series. My humble request to you if possible give us live a project about e-commerce web app by Spring boot and reactjs.
My next video will be on that how to deploy Spring boot app and react app on Heroku. If you want to deploy using netlify for just react app i have got one video you can check on my channel.
@@CodeWithArjun now when i watched the 2nd part of the video i have a question: now you have 2 different apps on different ports: studentsystem and studentfrontend, but how do you make Spring Boot deliver React from same port. Do you also have a tutorial for this?
CrossOrigin is not a fix nor a workaround. it might cause you problems in terms of security. i'd not use it. just serve static web files in spring boot project. or use middleware in react project
Why did you refresh the app in the end to show Ram-India? You should show it when you submit it. Isn’t it better to get all the results as a response when we save a new entry?
I was having the error "java.sql.SQLException: Access denied for user Victor@localhost (using password: NO)" in the 12:24 of the video trying to run the application. I fixed it by creating an user with this name in the admin panel
thanks Arjun did you ever code something similar in non Java language or frameworks ? if so what did you use and how did you find it compared to Springboot and java ?
Great video! what front-end(JS) framework do you think is easier to learn first? React,Angular,vue? i used jquery(ajax), people said that Angular is easier for java developers to learn... Cheers!
Thanks. React is easier to start with. Angular is not easier for java developer to learn but since both java and angular are used in enterprise level so angular is used by Java developers.
@@CodeWithArjun Yes, I like React very much.
Guys we use React because when we change some component then we dont need to refresh page . So if you put [students] parameter which is the end of the useEffect() function , you will see when you add a student and click the submit button, students list automatically refresh without all page refresh. (sorry for bad english :))
Thats awesome. It worked. Im a beginner btw. May I ask why this happens?
@@justmonika6529 when you put [student] in the end of the useEffect(), here you say to useEffect() to execute the block of code that it contains, whenever the student array changes... Read more about useEffetc Dependencies.
Thank you bro
This lesson is a very basic standard, but it will give a fantastic feedback to rookies, I love it!
Glad you like it!
Even though very basic, Its the perfect intro for amateurish coders, dint know much Spring or React but had some knowledge of Java, Java Script, so this was so nice!
Glad you liked it!
Then 3 years later, this video is amazing. Thank you very much for your support!!
You're very welcome!
I've looked from youtube to udemy for a good Spring Boot and React tutorial for begineer and this is the best video there is. Simple yet so informative. Lots of thanks to this channel
Glad it was helpful! Keep coding.
Very concise, straight to the point, beginner friendly. Thank you sir.
super good and easy to follow content. Great starting point for backend developers to understand how to communicate with frontend.
engineer got my sub, he is giving lots of content for free. thanks a lot.
Thankyou for creating a simple example.. Very useful for beginners
Hey I really appreaciated the fact, that there was an error with the missing @Service parameter in the StudentServiceImplementation. So you explained what was wrong and didnt cut it out or something. Its good to see mistakes being made and how one resolves them.
Dont always show perfect code examples. --> My opinion
Thank for this great toturial🙌
i like to add one thing just add students in [] braceses of useEffect so you dont have to refresh to show submited data
const [students, setStudents] = useState([])
useEffect(() => {
},[students])
Thank you for this great tutorial. Better than my professors and Uni course. Wish you health, happiness and personal and financial success 👍
Happy to help.
hands down the best right into the point, full stack tutorial, amazing job.
Glad it helped! Be sure to subscribe.
By far I have completed the backend part, so I just have to say THANKS for your explanation, is so brief that's is pretty enough to understand. Let's see how the frontend with React goes. For future content would be nice a tutorial about how to implement Native Query and also Criteria Query.
That’s good to hear.
Man! I love you for making this! I have been trying to find a basic tutorial on how to use react with spring boot!
Glad I could help!
a very good and strong video to learn, I'm working for a big tech company and we are using the same as explained in this video.
Glad it was helpful! Be sure to subscribe.
you are a lifesaver thank you others couldn't teach this in 3 hours and u did that in 48 min 🙌🙌
Glad it helped!
you should use lombok in model class to reduce boiler plate code for getters and setters,toString(),hashcode,default constructor and parameterized constructor
Hats Off Sir !!!! Best Video Learned All the concepts in one Video Thank you very much. Wish you a great journey ahead ...
Thanks a ton
thanks super fast but at the same time super clear
Glad it helped! Be sure to subscribe.
It was helped to solve my project problem thanks a lot ❤
Phewx! thank you very much for your commitment to share knowledge. God bless you.
Glad it was helpful!
Thanks for the video Arjun. It have given me a complete overview of web app development with Java.
Happiest to help. Keep coding
Just Wow!!! Sir please create a blog using Spring Boot and React with login functions!
Thanks for the idea! Surely. Don't forget checkout the new series of full stack CRUD app.
@@CodeWithArjun Yes I will... Thank you so much again sir.
Great tutorial for beginners!
Glad it was helpful! Be sure to subscribe.
This is amazing man . Thank you so much for this video.
Thank you. Your video was really helpful. Everything is really simple and step by step.
Glad to hear that!
Very nice... Congrats from Brazil...
Thank you very much!
Great video. Thank you so much
Perfect tutorial from the UK
Glad i could help. Be sure to subscribe.
@@CodeWithArjun I’m subscribed
Can you do a video, on how to submit values and check if it’s correct in the database
Then give response
Thank you, Dada. Sending love from Bangladesh 🌈🟩🔴🟩. Please give us more live projects like this.
Thanks brother. I have got new series on fullstack on my channel check out that as well. Best wishes from Nepal 🇳🇵
@@CodeWithArjun Dada i will see that Video series. My humble request to you if possible give us live a project about e-commerce web app by Spring boot and reactjs.
@@tamimiqbalpython4849 Sure i will plan soon on making a project.
Fantastic 👍
Very simple and crisp
Glad you liked it. Be sure to subscribe
Great explanation , This channel is going to be more popular soon.
Thank you for your kind words. Keep supporting.❤️❤️
Great Video. Keep up the work
Awesome bro...thank you
Thanks. If you get any problem please let me know. Don't forget to subscribe.
awesome explanation in such simple words... great job man ...please keep up the work!
Thanks and welcome
best video ever! now jsut gotta figure how to deploy online
Thank you so much. Glad you liked it. Be sure to subscribe.
My next video will be on that how to deploy Spring boot app and react app on Heroku. If you want to deploy using netlify for just react app i have got one video you can check on my channel.
@@CodeWithArjun I am looking forward to the next one, btw your videos are awesome
@@thegabriel475 I have published for front end with backend i haven't i hope i can soon.
Thank you! This was really helpful! :)
Glad it was helpful!
Thanks, you are greatest teacher!!
You are welcome! Be sure to subscribe.
This was great. I learned a lot. Thank You.
Happy to help
thats great man i like it
It helps me a lot. Thanks for sharing.
Glad to hear it!
This course it's amazing thank you very much
Glad to help. Checkout new course.
I learned a lot thank you!
amazing tutorial! thanks a lot
Thank You So Much ..Very Very Helpful
Glad it was helpful! Be sure to subscribe.
Awesome tutorial
Your video is great.
Hi
while testing api on postman by POST method
I m getting 400 errors not able to parse json object
very informative video, great quality content bro
Glad you liked it
Good work...keep going
Glad it was helpful, Be sure to subscribe.
can you make a video on how to deploy this backend and database in render and react app in vercel
Thank you very much for your help
legendary tutorial
Glad you liked it. I have got new series on full stack CRUD check out on channel.
Awesome tutorial, keep up the good work
Glad it helped! Be sure to subscribe.
Thank you! Really good course
Glad you like it! Check out the new course for CRUD operation using Spring Boot and React.
subscribed, you teach so well
Glad it was helpful. Thanks for your words.
Thank you very much this was a perfect video
Glad it helped
Awesome tutorial!
Thank you! Cheers!
Thank you so much grate video sir wa 😊
So nice of you
Thanks you, nice video good explanation
Glad it was helpful!
too smooth, loved it
Thank you for yours great video!
Glad you liked it! Be sure to subscribe.
Thank you, it helps very well 👍
Glad to hear that!
Great content! 10/10!!!
Glad you think so!
This helped a lot thank you
Happiest to help. Be sure to subscribe.
helped a lot
Be sure to subscribe.
Great work! Thx.
Glad you liked it! Be sure to subscribe.
I'm sorry it was a bit confusing! I promise that if you take your ti over the next few days and weeks, tNice tutorials stuff will make sense. Most
Even when following the instruction as per the video, my tables are not being created even when the server is running, how do I fix that?
Thank you so much!
Great tutorial, appreciate it !
Glad it was helpful! Check out the new course on CRUD application.
@@CodeWithArjun already added it to watch later, cheers.
amazing tutorial! the best sure!!!
Thanks a lot!
Excellent !
Thank you! Cheers!
Amazing tutorial, helped so much, thank you a lot! :D
Glad it helped! Don't forget to subscribe.
@@CodeWithArjun now when i watched the 2nd part of the video i have a question: now you have 2 different apps on different ports: studentsystem and studentfrontend, but how do you make Spring Boot deliver React from same port. Do you also have a tutorial for this?
got it, maven-resources-plugin ;)
Thanks bro, great video
Glad you liked it
CrossOrigin is not a fix nor a workaround. it might cause you problems in terms of security. i'd not use it. just serve static web files in spring boot project. or use middleware in react project
Why did you refresh the app in the end to show Ram-India? You should show it when you submit it.
Isn’t it better to get all the results as a response when we save a new entry?
Great explanation
Glad it was helpful! Be sure to subscribe.
Can you expand on this tutorial and add Spring Boot Security?
Thank you very much. ❤
You are so welcome. Be sure to subscribe.
Can u please add videos regarding big projects which is related to react and spring boot???
Gut gemacht danke.
Thank you
You're welcome ! Be sure to subscribe.
Thank you!
You're welcome!
I was having the error "java.sql.SQLException: Access denied for user Victor@localhost (using password: NO)" in the 12:24 of the video trying to run the application. I fixed it by creating an user with this name in the admin panel
Thank you 😊
Welcome brother. Have you completed following the course ?
@@CodeWithArjun right now I'm learning c programming ..after completing it ..I will see full videos
@@ArjunSingh-ex2hr Sure Brother, Be sure to subscribe. Keep Learning, Keep growing.
thank you so much
You're welcome!
can we create frontend backend combined windows executable file which will run whole application at once.
THANK YOU!!!!
glad it was helpful
Thanks a lot bro :)
Glad to help
But should have say to install XAMPP from the beginning :(
great thanks!
Without manually refreshing we can refresh or re render by useState Hook and add that new object to first
I have got new video series on my UA-cam channel check there I have done that.
can you tell me what changes we have to make in the state?
Thanks so much for the video. This is really helpful
Glad it was helpful! Be sure to subscribe.
Hey when i use text field component its showing code inside should i put container outside it or inside it ?
thanks Arjun did you ever code something similar in non Java language or frameworks ? if so what did you use and how did you find it compared to Springboot and java ?
I haven’t used any other frameworks but you can use node js if you want to learn
great Can you make a video of how to create a login page
Can you go over Deleting and Modifying students?
Sure I am making new video. Be sure to subscribe to get notified.
@@CodeWithArjun after that, can you go over adding APIs? For example how to add a free weather API or something to display data etc. thanks!
Did you figure out how to delete students? I'm trying to implement that myself.