Developing the Frontend
In the previous part, you learned how to take advantage of all the languages, tools, and coding patterns necessary to develop a robust backend for your application. In this part, we will round this off with a discussion of the client logic required for an application frontend. When developing an effective frontend, you will need to consider UI concerns such as which devices to target as well as security concerns.
Knowledge of the layer patterns covered in the second part of this book will be valuable in creating a consistent and performant user experience, which applies for any approach to UI.
This part comprises the following chapters:
- Chapter 9, Building User Interfaces
- Chapter 10, User Interfaces with Lightning Framework