Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@9elt/jsx

JSX without runtime in 50 LOC

const div: HTMLDivElement = (
    <div>
        <p>Hello, World!</p>
    </div>
);

div.outerHTML; // "<div><p>Hello, World!</p></div>"

About

JSX without runtime in 50 LOC

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages