Summary
In this chapter, we learned how to build multi-page applications using Navigator 1.0. Then, we build a more complex Hacker News application to demonstrate how to pass arguments from page to page and use those arguments to display information. Finally, we rewrote the application using GoRouter
to take advantage of Navigator 2.0’s declarative APIs and ability to display pages in the browser, based on their URL.
By learning how to build multi-page applications, you now understand how to provide a more robust experience to users that will work both on mobile devices and in browsers.
In the next chapter, you will learn how to build an application that responds to user input with forms and input fields.