Summary
In this chapter, we built a prototype application and built a home page based on a template of our home page template. We modified this home page to learn about modifying text and uploading images. After that, we looked into partials, which allow you to quickly add menus to several pages without you having to modify them on each page individually. Then, we added our first form to the next page, which allows you to add data to your data model. Finally, we created a page with a DataTable component, which allows you to view the data that you’ve submitted through the form on the previous page.
In the next chapter, we’ll create a to-do application. This will teach you more about creating, updating, and deleting items from the data model in the page builder. It will also cover interactions for the first time. These interactions are very useful for making your page more interactive.