Forum Discussion
Have you seen the updates to SharePoint Framework?
Sliced bread has nothing on the offline-capable SharePoint Workbench. You don't need to stand up a dev/test environment or a playground online tenant.
- Nigel PriceIron ContributorThe question is when will it be out for non-MVPs ? - We have not got to wait until Ignite for it have we ??
- It's coming for the rest of MVPs and the general public ;-)
- Robert WoodsSteel ContributorWhen Juan! I am right in the middle of developing an intranet on the old model and would love to get my hands on this.
- Tobias ZimmergrenIron Contributor
Hey,
It's here - the SharePoint Framework preview is released.
Read more about that here: https://dev.office.com/blogs/sharepoint-framework-developer-preview-release
Get the bits on GitHub: https://github.com/SharePoint/
/ Zimmergren
- Michael PerryIron Contributor
FYI, I had to manually run
npm install --save es6-promise
before the sample would work. Might just be my machine though.
Also, are the project files supposed to be so big. The hello world sample seems to download 97,000 files?
- Daniel LaskewitzIron ContributorReally looking forward to the workbench preview! :)
- Asela FernandoCopper Contributor
It is a one of the tool all developers were awaited..!
- Can't wait to start using it
- Thuan NgBrass ContributorMy development team is avid for the new SharePoint Framework!
- Even MVPs don't have it. Right now it seems to be only available to those that attended the SharePoint Dev Kitchen. Personally, I'm not too worried - there's so much to learn already from Angular/React, Yeoman, Gulp and now Webpack. Add PnP JS Core and KurveJS and there's plenty of stuff to learn right now.
- Michael PerryIron Contributor
I pity future developers who have to inherit code from this era. Too many options.
- Terry HaganIron ContributorInteresting, YouTube is blocked at my workplace, I usually see a message about that but in this your post just contains whitespace, no hint of what is there.
- One thing to keep in mind. It is looking like this is not going to be available to SharePoint 2013. I know of at least one attendee of the Dev Kitchens said he got it working in SP2013, but it involved some hacking to make it work. You really don't want to build solutions on a jury-rigged framework.
That being said, I know that Eric Overfield wrote a blog about developing as if you were using the framework. You can find that here: http://www.sptechcon.com/news/dont-wait-to-get-started-with-the-sharepoint-framework
You unfortunately aren't going to get the workbench which is a significant tool within the framework, but you can at least develop like the framework is designed to be.
Just my thoughts on this.- Danny EngelmanIron Contributor
Most Front-End developers have been doing Front-End development since JavaScript was called LiveScript.
They have been doing REST for years.
They are on the Angular band-wagon but keep a sharp eye on what Rob is doing with Aurelia.
Don't expect this "FrameWork" or "Workbench" to be a revolution.
It is a bunch of connectors to connect Front-End with SharePoint 2016 stuff. (And oh yes, CSR, JSLink are gone)
And most Fronteers will probably think it is just another Tell-Sell tool
- kunal mukherjeeCopper Contributor
This is a very exciting move. I have downloaded tool need to start working with this framework.
But the problem i am facing now is when i browse to workbench.aspx from my tenant it gives me following error
"The Requested operation is part of an experiment feature that is not supported in the current environment"
- Nigel PriceIron Contributor
Hi Kunal
This is becuase you are not using a SharePoint Online Development Tenancy (Not Site Collection).
You need to sign up for a development tenancy.
Regards
Nigel
- Michael PerryIron Contributor
I'm liking what I've seen so far but I'm guessing that since it runs entirely on the client side within the SharePoint context we are restricted to using Office 365 assets?
If external data access to SQL is needed would the provider hosted SharePoint Add-In be the recommended approach going forward?