First new blog post of 2023. A new `Getting Started with PnPjs` post to help those just getting started, get up and running. #M365 #M365PnP #m365developer
https://julieturner.net/post/getting-started-pnpjs/
Getting Started with PnPjs

Introduction As a co-maintainer of the PnPjs library I know it can be difficult for those just starting out with the library. I wanted to introduce a blog post that goes into more depth about how to start your journey. Let’s drive right in. What is PnPjs PnPjs is a collection of fluent libraries for consuming SharePoint, Graph, and Office 365 REST APIs. So what is a fluent library. Essentially it just means that instead of creating a URL as a string, and then using the fetch api to make a get/post/put/patch call to the API directly, the library allows you to chain method names together to let the underlying code build the fetch call for you.

Veni, Vidi, Vici

🎁 #pnpjs Verson 3.10 has been released

Lots of updates
- fixes to caching
- updates to Graph OneDrive
- getSharingInformation improvements
- Add/update/delete features for Taxonomy

Check out all the updates in our ChangeLog: https://github.com/pnp/pnpjs/blob/version-3/CHANGELOG.md

#m365 #m365developer

pnpjs/CHANGELOG.md at version-3 Β· pnp/pnpjs

Fluent JavaScript API for SharePoint and Microsoft Graph REST APIs - pnpjs/CHANGELOG.md at version-3 Β· pnp/pnpjs

GitHub

πŸ“’ Big HTWOO-React update in 1.6.0 just released.

πŸ’¦ Fully a11y accessibility tested
πŸ’¦ Consistent rootElementAttribute typings
πŸ’¦ New HOOVerticalNav component
πŸ’¦ Lots of styling fixes and updates
πŸ’¦ New IconTool to generate a custom icon symbolset file for use with the library. - https://my.n8d.at/htwoo-icons
πŸ’¦ AND LOTS MORE!!!

See the https://github.com/n8design/htwoo/blob/main/REACT-CHANGELOG.md for all the details!

#m365 #react #m365developer #design #typescript #javascript

hTWOo UI Framework - Fluent UI