👉

Did you like how we did? Rate your experience!

Rated 4.5 out of 5 stars by our customers 561

Award-winning PDF software

review-platform review-platform review-platform review-platform review-platform

Video instructions and help with filling out and completing Why 8850 Form Submission

Instructions and Help about Why 8850 Form Submission

So before we get started on this one, I want to make sure that you have everything up-to-date. Now, I just released a video where I show you how to get all of your dependencies up to the latest versions because some of the techniques we're going to be doing in this video require you to have the latest versions of this stuff. Not to mention, you want to sort of be on the latest anyways if it's a long-term release candidate. So now we have version 15 of React. React is on version 15 and all this good stuff with our webpack and Babel loaders. So if you want to find out exactly how we updated everything, check out the video. There's a link to it in the description and there's an annotation on the screen right now that you can click. Watch that video first before continuing on with this series if your React dependencies do not look like this, okay? So, this is going to be a little bit interesting. What we're going to be doing is essentially adding people to our list here. If we come to our site, you can see we had that searching going, we're working great, right? But we want to be able to add people. Now, this is sort of different because what we don't have is we don't have a database we're working with. So this is going to be less about how you actually add things and a little bit more about how form submission works and stuff like that. So in this video, we're going to head to our contacts list at Jas. And the first thing I want to do is set our entire list of people, our entire contacts which we had as this.props.contacts. We want to...