https://dunglas.dev/2023/03/symfony-importmaps-manage-your-javascript-dependencies-without-node/ https://live.symfony.com/account/replay/video/810 https://github.com/symfony/symfony/pull/48371 Yarn, NPM, pnpm, Babel, SWC, Webpack, TurboPack, Rollup, Parcel… Is it really necessary to introduce so much complexity to create a beautiful and interactive website? The Symfony UX initiative greatly simplified how to build frontend applications with Symfony by going back to the roots: server-side generated HTML (goodbye JSX, our good old Twig is back), and minimalist JavaScript thanks to Hotwire. However, to use Symfony UX, you still need to install, set up, and maintain an entire JS toolchain…
Let’s see how to get rid of the complexity by using the web platform…