layout |
hero |
home |
name |
text |
tagline |
actions |
image |
Kita Html |
The fastest server side JSX runtime |
Just like your usual template engine, but just better! |
theme |
text |
link |
brand |
Render JSX → |
./configuration.md |
|
theme |
text |
link |
alt |
Integrations |
./integrations.md |
|
theme |
text |
link |
alt |
Benchmark |
./benchmark.md |
|
|
src |
alt |
/doug-pc-glasses.svg |
Doug, Kita's turtle mascot, with glasses looking at a computer screen |
|
|
// this is true
typeof (<div>hello</div>) === 'string';
// Simply write JSX and write it to a file
fs.writeFileSync(
'index.html',
<p>
Hello, <strong>world</strong>!
</p>
);