#generating HTML

1 messages · Page 1 of 1 (latest)

night spoke
#

Does bun have a library for dynamically generating HTML in a server? If not, is there a recommended Node package for that? I want to avoid just creating HTML with string concatenation.

regal veldt
#

Honestly most people use React or other modern UI libraries that can render to string

inner adder
#

or you can use react (for server side components)
it can even support streaming