Don't pass the whole web part context into your React components
Passing the whole web part context into React components might seem convenient at first, but is far from it in the long run.
Innovation Matters
Microsoft 365 Cloud Developer Advocate
ISSN 2210-9390
A collection of 5 posts
Passing the whole web part context into React components might seem convenient at first, but is far from it in the long run.
Deploying Publishing Pages with SharePoint Packages
Recently I showed you how you can import Lists and their data into your SharePoint Project using the Mavention Import List Instance extension. As you can imagine supporting list data is only half of the story, so to complete it another extension became available. Find out how to import documents from Document Libraries into your SharePoint project using Mavention Import Document Library Contents.
Recently I showed you how you can import List Instances and their data to your SharePoint Project so that you can reuse test data during the development process. If however creating test Features is too much work for you and you are more of a PowerShell guy this article might be just the right thing for you. Find out how to provision List Instance data using PowerShell.
When working with custom Lists you find yourself often redeploying the List and creating some test data to verify that everything is working correctly. Entering sample data may be fun to do once but becomes rather boring after a few times. Find out how to reuse your sample data in the development process using Mavention Import List Instance.