Forum Discussion
Michael_Joehnke
Oct 25, 2022Copper Contributor
SPFx Version
Hi everybody, in our company we use SharePoint online and SPSSE onpremise. At the current state they support SPFx version 1.15.2 and 1.4.1. This causes some problems: Entire development proc...
von_Brausen
Dec 19, 2022Copper Contributor
The server was always behind in terms of the SPFX, and from my understanding will be (at least in the next couple of years). What you could do:
- make your server SPFX development in Docker container/VM so you don't have to switch versions
- make most of your development in SPO, and only if it's really needed for SPSE (so you're utilizing the latest tech), another option would be - to build external interfaces for SP SE (like SPA, web services), where you don't care about SPFX version.
At some point, I guess MS will release another service pack for SE, but probably it will be again older than SPO.