Tools and libraries summary
The following table summarizes the main tools and libraries we think you should know as an SPFx developer:
|
Tool or library |
What does it do? |
Why should you use it? |
|
PnPjs |
JavaScript library to use the SharePoint REST API and the Microsoft Graph API using a fluent syntax. |
To facilitate your work with these APIs, especially for complex scenarios such as paging or batching. |
|
PnP React/ Property Controls |
Provides reusable React controls and property pane controls. |
To save you time for common UI requirements in component interfaces and the property pane. |
|
Microsoft Dev Proxy |
Simulates API failures using a command-line tool. |
To improve... |