preact-render-to-string icon indicating copy to clipboard operation
preact-render-to-string copied to clipboard

:page_facing_up: Universal rendering for Preact: render JSX and Preact components to HTML.

Results 53 preact-render-to-string issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

This is to facilitate useId, this isn't mergeable as I have yet to check whether this is consistent with our main diff algo

See also https://github.com/developit/htm/issues/76 According to the [JSX docs](https://shripadk.github.io/react/docs/jsx-gotchas.html), "You can insert HTML entities within literal text in JSX", but this does not appear to work because of how &'s are...

Hullo, First of all I'd like to thank you for your work. I am quite enjoying using your library. On to my issue: I have a relatively bare-bones app and...

I'll totally understand if this is not a priority right now but I thought it couldn't hurt to have an issue to track the request. Here is a reference to...

This PR adds a full test case set for PR #199. @gpoitch Would you mind including the change in your PR?

Makes sure attributes are converted to their proper casing when rendering to string. There was a similar attempt with #55 but it was never completed. Reviving it particularly because Safari...