Skip to content

Commit d217fb4

Browse files
authored
Added notes around the PnP JS Core
1 parent 043bade commit d217fb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/spfx/tools-and-libraries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can choose any one of a number of JavaScript frameworks to develop client-si
2424

2525
Because client-side web parts are components that are dropped into a SharePoint page, we recommend that you choose a JavaScript framework that supports a similar component model. Lightweight frameworks such as React, Handlebars, and Angular 2 all support a component model and are well suited to building client-side web parts.
2626

27+
We also recommend you to have a look on [SharePoint PnP JavaScript Core library](https://github.com/OfficeDev/PnP-js-core), which is a community driven effort targeted for providing easy access on SharePoint REST APIs.
28+
2729
## Node Package Manager (npm)
2830

2931
SharePoint client-side development tools use the [npm](https://www.npmjs.com/) package manager, which is similar to [NuGet](https://www.nuget.org/), to manage dependencies and other required JavaScript helpers. npm is typically included as part of Node.js setup.

0 commit comments

Comments
 (0)