Summary
In this chapter, we’ve covered all the steps required to deploy an SPFx solution, from building to app catalog upload and deployment. We went through the provided Gulp tasks and explained how to customize the build rig by adding new tasks or customizing the webpack configuration. We also explained all the different hosting options you can use for your solution assets and how to make them available for Teams, Office, and Outlook.
We finally provided examples of deployment automation in a CI/CD process using popular tools such as GitHub Actions or Azure DevOps, managing versions using the Gitflow workflow.
That knowledge will allow you to provide robust deployments for your SPFx solution in a professional context and deliver well-managed solutions to your users.
In the next part of this book, we’ll focus on SPFx extension implementation illustrated through our Packt product inventory management solution.