As umbraco 13 uses AngularJs inherantly for custom app_pluggins and 14 has been completly redesigned.
Is it possible to create Node.JS/lit pluggins for version 13 so as when the site is finally able to be ported over to 14+ the new pluggins dont need to be re writtern again.
The short answer is "I doubt it". However, you should be able to abstract away a lot of your code into a web component/lit bits but would still need to be registered with Angular (I think) so that would be entry point.
Then when it comes to the "rewrite" half of it will already be abstracted away so it may just be presentation side.
Umbraco13 - 14 app pluggins
As umbraco 13 uses AngularJs inherantly for custom app_pluggins and 14 has been completly redesigned.
Is it possible to create Node.JS/lit pluggins for version 13 so as when the site is finally able to be ported over to 14+ the new pluggins dont need to be re writtern again.
any one got an surgestions
Hi Daniel,
The short answer is "I doubt it". However, you should be able to abstract away a lot of your code into a web component/lit bits but would still need to be registered with Angular (I think) so that would be entry point.
Then when it comes to the "rewrite" half of it will already be abstracted away so it may just be presentation side.
However, I've not seen anyone doing this.
Thanks
Nik
is working on a reply...