steal-jsx

0.0.2 • Public • Published

steal-jsx

Import React renderers from *.jsx files.

File contents can take either of these forms:

ES6

export default function(ctx){
  return <div>Hello, {ctx.name}!</div>;
}

JSX

<div>Hello, {ctx.name}!</div>

Keywords

none

Install

npm i steal-jsx

DownloadsWeekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • alfredo-delgado
  • designbyonyx
  • matthewp