How is it going everyone, I have been itching to come up with some sort of video series that I could essentially guarantee content on a weekly basis. With the way the Devlog and KodeKraft work that is simply not possible. However, in this video I am going to explain to you my plan to release MULTIPLE videos to you every single week, while also completing a really cool portfolio project in the process.
In this episode, we once again start out in the RegisterSlice from redux to setup the final asyncThunk that we need for the RegisterFormFive. We setup the thunk to send the verification code to the backend, and if it gets verified properly, on fulfilled state of the thunk, the modal step will be incremented. Inside of the RegisterFormFive component we create one more function to dispatch this thunk, and hook it up to the next button to send the verification code, and take us to our final register modal step. To wrap up the episode, there was also one small bug that needed to be fixed with the phone number, so we go ahead and squash that one before it comes back and gets us.
If you are excited, be sure to subscribe because you won't want to miss a single line of code in this project. Below will be a link to the full video playlist once I get one created from uploading several episodes.
#JavaProgramming #SpringBoot #UnknownKoder