Visio Guy

Visio Discussions => Visio Online, Cloud & SharePoint Issues => Topic started by: Nikolay on October 15, 2017, 04:27:33 PM

Title: Exploring new sharepoint framework (SPFx)
Post by: Nikolay on October 15, 2017, 04:27:33 PM
Recently started exploring new SharePoint Framework
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part

Currently available in SharePoint Online, and in SharePoint 2016 Feature Pack 2 (just released (https://blogs.technet.microsoft.com/stefan_gossner/2017/09/12/feature-pack-2-for-sharepoint-server-2016-aka-september-2017-cu-is-available-for-download/))

That allows "modern (https://support.office.com/en-us/article/Add-a-page-to-a-site-b3d46deb-27a6-4b1e-87b8-df851e503dec)" SharePoint pages with client-side web parts, built using up-to-date frontend (web) technologies (node (https://nodejs.org/en/), npm (https://www.npmjs.com/), gulp (https://gulpjs.com/), react (https://reactjs.org/), yeoman (http://yeoman.io/), vs code (https://code.visualstudio.com/), and all that stuff)

So far looks good. Check out the tutorial (6 videos, the link above) - I would highly recommend that, the guy knows what he's talking about, no marketing bullshit :)
Will try to pack my "script editor (http://unmanagedvisio.com/using-svgpublish-as-visio-online-script-playground/)" into a a self-sufficient web part (.sppkg), so that it can be used as a self-sufficient app.
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Yacine on October 17, 2017, 11:19:42 AM
Thank you for the post Nikolay,
it is at the same time inspiring, intimidating, daunting and overwhelming.

Sharepoint is a *GREAT* tool. So much automation, so much interarction. But would I really want to dive so deep in it?
The tutorial is meant for real pros, not users.

What Sharepoint plan are you using? Are you paying it yourself, or does your employer cover the costs?

BTW, your tool is cool, alas is requires SP.
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Nikolay on October 17, 2017, 11:42:13 AM
For myself (playing with stuff), I use SharePoint Online (https://products.office.com/en-us/sharepoint/sharepoint-online-collaboration-software) ($5 / month),
In the company / companies, it is 99% in-house installation (on-premise, or whatever it's called).

BTW, the svg-export tool does not require SP.
It CAN use SharePoint (has SharePoint bindings), but it works quite safely without it as well (can simply write to html file) :)
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Surrogate on October 17, 2017, 12:07:19 PM
Quote from: Yacine on October 17, 2017, 11:19:42 AMit is at the same time inspiring, intimidating, daunting and overwhelming.
+1
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Nikolay on October 17, 2017, 12:18:31 PM
Don't worry - its actually getting better! It used to be much worse  :o

For now I've managed to build and put the .sppkg to app catalog for the VisioOnline script editor part, but still kind of in progress..  :o
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Surrogate on October 17, 2017, 12:41:27 PM
Anyway SP is tool for enterprises and big companies.
My company (IT integration, about 400 employes) have own portal based on SP !
it is very poor, main purpose is labor accounting
Title: Re: Exploring new sharepoint framework (SPFx)
Post by: Paul Herber on October 17, 2017, 02:25:34 PM
As SharePoint requires Windows Server as its OS it is a bit restricted in its target audience as far as I'm concerned.