Skip to content

pbrandt1/react-experiment

Repository files navigation

Yet another "react minus jsx" thing

git clone https://github.com/pbrandt1/react-experiment.git && cd react-experiment

yarn

yarn start

div.row(
  div.four.columns(
    img.style({width: '100%'}).src('https://avatars1.githubusercontent.com/u/3056518?v=3&s=460')
  ),
  div.eight.columns(
    "Testing text that has ",
    a.href('https://www.google.com')('some link'),
    " in it. Weird."
  )
)

About

Life without JSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published