May 2019
Intermediate to advanced
496 pages
10h 38m
English
Let's add in some dynamic behavior to our page. We'll make each of the list items a link that the user can click on to view that appointment.
Thinking through our design a little, there are a few pieces we'll need:
When we test React actions, we do it by observing the consequences of those actions. In this case, we can click on a button and then check that its corresponding appointment is now rendered on screen.
Read now
Unlock full access