Part 2: Protecting, Testing, and Deploying Web Applications
This section aims to teach the readers how to build a high-quality application by implementing software tests and clean code style and finally how to deploy it to online services. The reader will learn to handle errors, protect routes, learn to configure and use formattings tools, understand and write software tests and host the application on AWS.
This section comprises the following chapters:
- Chapter 4, Error Handling, Authentication, and Route Protection
- Chapter 5, Code Style and Formatting Tools
- Chapter 6, Testing Front-End Applications
- Chapter 7, Single-Page Application Deployment