Managing Microfrontends in Production
Being able to develop and test web applications on your local computer is great; however, deploying them them to production, maintaining them, and releasing new features while your applications are being visited by hundreds and thousands of visitors takes your software development skills to the next level. This chapter will cover some of the key concepts around deploying and maintaining your microfrontends in production.
In this chapter, we will cover the following topics:
- Branching strategies
- Versioning
- Rollback strategies
- Feature toggles
By the end of this chapter, you will have taken the first steps toward reliably maintaining your microfrontend applications in production.