pug-php/pug-filter-react
Render React JSX code as JavaScript in a script tag
Maintainers
1.1.0
2017-10-03 12:29 UTC
Requires
- nodejs-php-fallback/react: ^1.3.0
- pug-php/pug: ^2.0 || ^3.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: >=4.8 <6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b0f4ff296a90370d1d80b5d1224aa28562420746
- Kyle Katarn <kylekatarnls.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-16 18:56:21 UTC
README
👁 Latest Stable Version
👁 Build Status
👁 Code Climate
👁 Test Coverage
👁 StyleCI
This template:
body
:jsx
/** @jsx dom */
var dom = React.createElement;
ReactDOM.render(
<h1>Hello world!</h1>,
document.getElementById('main')
);
will be rendered like this:
<body> <script type="text/javascript"> "use strict"; /** @jsx dom */ var dom = React.createElement; ReactDOM.render(dom( "h1", null, "Hello world!" ), document.getElementById('main')); </script> </body>
Security contact information
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
