stimulus-render icon indicating copy to clipboard operation
stimulus-render copied to clipboard

[PoC] HTML rendering mechanism for Stimulus Controllers

Results 2 stimulus-render issues
Sort by recently updated
recently updated
newest added

Instead of using JSX in the `render()` function it might be quite common that you would want to pre-render your templates on the server side too. This idea could be...

## API Ideas: ### Current implementation Currently the "render outlet" is just the controller element itself. ```html ``` But sometimes it might make sense have the rendered output not directly...