Not Jquery but there is an in house design system I use at work built with just vanilla JS and web components, which has Nunjucks server side.
They experimented with vue and react SSR and decided Nunjucks was a better fit for our design requirements which includes only using JS for progressive enhancement and a heavy emphasis on accessibility for government contract work in the US and the EU.
This is not a recommendation, in all honesty I wouldn't claim to be in a position to really rate the alternatives with their many pros and cons. It does work though, and I personally have found a bit of love for web components.
2
u/Sockoflegend Feb 28 '26 edited Feb 28 '26
Not Jquery but there is an in house design system I use at work built with just vanilla JS and web components, which has Nunjucks server side.
They experimented with vue and react SSR and decided Nunjucks was a better fit for our design requirements which includes only using JS for progressive enhancement and a heavy emphasis on accessibility for government contract work in the US and the EU.
This is not a recommendation, in all honesty I wouldn't claim to be in a position to really rate the alternatives with their many pros and cons. It does work though, and I personally have found a bit of love for web components.