Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

prerender-macro Preact Example

This is an example with Preact SSR without hotreloading and with a build process.

To test it:

The static component is translated to html in string in build-time:

"<div>Static Component \uD83E\uDD76 Random number = 0.41381527597071954</div>";