github maragudk/gomponents v0.9.0
Render to io.Writer instead of returning string

latest releases: v1.3.0, v1.2.0, v1.1.0...
pre-release5 years ago

⚠️ Breaking: To make it easier to keep memory requirements low for servers that potentially render a lot of web pages, the Render function has been changed from Render() string to Render(io.Writer) error. This is obviously a breaking change, but the upgrade should be pretty simple. Just use the Render function directly instead of using the (now removed) Write function.

Don't miss a new gomponents release

NewReleases is sending notifications on new releases.