https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30225 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Kyle M Hall from comment #9)
I do find Svelte to be a super interesting project, but I would never consider it for Koha. It's community is very small and integrating it with our workflow would be a challenge.
WebAssembly on the other hand isn't even a javascript framework, it's basically a way to compile non-javascript application code to a standard intermediary language. For example, I write some apps in C++/Qt6, and could in theory compile an application to webassembly ( Qt6 added wasm support ) so my formerly desktop-only application would now also be a web app!
Good points. Just widening the discussion a bit while seeing movements going away from Javascript which surely is 'future music' :) -- You are receiving this mail because: You are watching all bug changes.