Chapter 4. Templates
We've gotten just a taste of templates so far and are now ready to dive in to create a working application using reactive programming. This chapter will take us through the template system in depth and show us how to implement display logic and take care of data flow.
In this chapter, you will complete the following tasks:
- Complete the Lending Library core functionality
- Create multiple templates and template logic
- Add, delete, and update entries in the data model
- See reactivity in action and use it in your application