Skip to content

Files

Latest commit

 

History

History
34 lines (31 loc) · 701 Bytes

index.md

File metadata and controls

34 lines (31 loc) · 701 Bytes
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>
);
docs/html/index.md at main &middot; kitajs/docs · GitHub