课程: Learning Full-Stack JavaScript Development: MongoDB, Node, and React
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Project challenge
课程: Learning Full-Stack JavaScript Development: MongoDB, Node, and React
Project challenge
- [Instructor] It's now time for your graduating from this course project. Off camera, I added the capabilities to add new contests to the list of contests, and I'd like you to try and do this task yourself. I'm going to walk you through what you need to do. But let's first test this really quick to see its behavior. So let me do test name, test category, test description, and when you hit Submit, it takes us to this new contest that we just created. And of course, there are no names, and it persisted this on the backend. You'll need to add code in a few places to make this happen. You need to add code in the app component. You need a state element to determine when to show the form. You control that state element on this click, and the state element controls if the form is shown or not. You need to read the values the user typed. From the DOM, you can use the same method that we used for the name. You need a method in…
内容
-
-
-
-
-
-
-
(已锁定)
Handling data in an array3 分钟 27 秒
-
(已锁定)
Reading form data with the DOM API6 分钟 49 秒
-
(已锁定)
Understanding HTTP request methods2 分钟 19 秒
-
(已锁定)
Using an API endpoint to update data9 分钟 48 秒
-
(已锁定)
Updating UI based on API response1 分钟
-
(已锁定)
Project challenge2 分钟 1 秒
-
(已锁定)
Next steps1 分钟 27 秒
-
(已锁定)