stimulus-bridge
stimulus-bridge copied to clipboard
Stimulus integration bridge for Symfony projects
I have a docker for my Symfony 5 project, but I can't make it work with @symfony/ux-swup. When I try to build with `npm run build`, I have the error...
1. I'm lazy-loading `test` controller using the comment `/* stimulusFetch: 'lazy' */`. The controller itself loads a third-party library (maybe a big one) and has the `start` method: ```typescript //...
Hi, I am trying to use Stimulus with VueJS, unfortunately I always get the same error message during compilation: > Could not retrieve module factory for type LoaderDependency Here is...
I am having this errors, not sure how to fix this: ``` $encore dev watch Running webpack ... ERROR Failed to compile with 12 errors Module build failed: Module not...
Hello, I am trying to figure out how can I create multiple `bootstrap.js` files and load controllers from subdirectories, the purpose of this is load only the required JS per...
I am super-excited for Stimulus+Turbo and already using both but being JS noob, it is very hard to figure how to configure integration with Symfony. Example: this is how my...
Hi, When I launch the command `npm run build`, I get the following error: `[xxx@serveur tag]$ /home/xxx/nodevenv/public_html/xxx/16/bin/npm run build > build > encore production --progress Running webpack ... 99% done...
Hi! Using the /* stimulusFetch: 'lazy' */ comment only works when the controller doesn't contain advanced js featues such as static. Which is a pretty basic syntax if you use...
Hello, Symfony Team, I'm trying to install webpack on Symfony 7. I'm using these lessons tutorial "https://symfonycasts.com/screencast/symfony/webpack-encore-usage". I tried also this tutorial: "https://symfonycasts.com/screencast/asset-mapper/stimulus" to instal Stimulus bundle. The asset map...
> **note** There is no "discussion" enabled on this repo, so I am creating an issue to ask questions. ### Question Is there a way to add multiple `controllers` directories...