February 2019
Beginner to intermediate
146 pages
1h 58m
English
In this last chapter, I’d like to put what we learned from the previous chapter (and indeed the rest of the book) into practice by building out an example universal web app.
My intention is to create a basic application by building upon some of the examples we’ve looked at throughout the book. Following along and coding the demo yourself will help to reinforce what you’ve learned so far and give you confidence in applying these tools and techniques in your own projects.
The app we’ll create will fetch data from a remote API and display it in a custom component on the home page. Clicking one of the items should take the user through to a detail page with more information.
The full code ...