-
Book Overview & Buying
-
Table Of Contents
Practical SharePoint Framework (SPFx) Development
By :
In this chapter, we learned how to upgrade an SPFx solution to the latest version.
We began by emphasizing that while the update process is not mandatory, it is essential for the proper maintenance of SPFx solutions to prevent security breaches, as well as to take advantage of new features and performance improvements.
Then, we explained that the SPFx upgrade process must be done manually, requiring developers to stay updated on new versions by checking the official Microsoft documentation or following community news. We also detailed the fully manual update process, as well as using the CLI for Microsoft 365 to reduce the risk of errors.
Finally, we emphasized the necessity for developers to always check the official SPFx release notes, regardless of the update method, to ensure any additional steps beyond simple package updates are carried out. In the next chapter, we’ll learn how to leverage tools and libraries from the open-source community to speed up development...