Marco Roth
Marco Roth
# Type of PR Bug Fix and Enhancement ## Description Extract fragment logic into `StimulusReflex::HTML::Part` and introduce `StimulusReflex::HTML::Document` (for page morphs) and `StimulusReflex::HTML::Fragment` (for selector morphs) ## Why should this...
# Type of PR Feature ## Description As of today we just have one `StimulusReflex::Element` instance which is available as `element` in your reflex. This PR enables to call CableReady...
# Type of PR Feature ## Description This PR is part of a bigger story. This work is based on #478 and #489. With this PR we allow to declare...
# Type of PR Feature ## Description This Pull Request addresses two parts: 1. The `@stimulus_reflex/polyfills` package 2. and a skeleton to organize our JavaScript code in multiple packages with...
Since Stimulus now got a `dispatch()` function built-in (see: https://github.com/hotwired/stimulus/pull/302) we should think about deprecating (and later removing) the `useDispatch()` mixin from Stimulus Use. While it's still handy to have...
**Before:** When using `stimulus-use` with TypeScript it complains if you pass in a regular controller into a `use` function which had the sub-controller as the argument type. The type for...
I just put up this PR to play around with `vitepress`. The project is still in alpha and has some small issues. This PR doesn't need to get merged, just...
First off: This PR is a proposal and I'm open for any feedback/improvements. This PR introduces the `useBreakpoints` mixin. This mixin adds new behaviors to your Stimulus controller when the...
A little game to test your geography knowledge 😊 https://user-images.githubusercontent.com/6411752/103159151-17017400-47c6-11eb-8c22-482e7924eb3c.mp4
### Summary This Pull Requests updates the Rails Guides to use [Turbo](https://github.com/hotwired/turbo). Rails 7 ships with Turbo by default and I think it makes sense if the official Rails guides...