Forum Discussion
Владимир Панов
Jun 09, 2018Copper Contributor
SharePoint2016 On Prem -SPFx HelloWorld App deployed to App Catalog but not appearing under "Apps Yo
Anybody, can help with this problem https://github.com/SharePoint/sp-dev-fx-webparts/issues/331 ?
- DeletedJun 09, 2018Spfx webpart cannot work in Onprem as modern UI is not on it until 2019 server. The only modern UI support is on OneDrive onprem.
5 Replies
Sort By
- DeletedSpfx webpart cannot work in Onprem as modern UI is not on it until 2019 server. The only modern UI support is on OneDrive onprem.
- VesaJuvonen
Microsoft
"Spfx webpart cannot work in Onprem as modern UI is not on it until 2019 server."
That's not actually correct. You can use SPFx web part in on-premises as long as you are running SharePoint 2016 Feature Pack 2. You do NOT need to use modern experiences or UI with SharePoint Framework web parts.
- Ensure that your server is running SharePoint 2016 Feature Pack 2 or newer
- Chose 'onprem' as the option when creating a web part in the Yeoman flow
Upcoming SharePoint 2019 (preview starts soon) will also have modern UI, which then enables also SharePoint Framework extensions in the on-premises.
- DeletedYeah I corrected that statement after :P
- DeletedNever mind you can still do classic web parts.
- Владимир ПановCopper Contributor
Thanks for your answer