docpad-plugin-react

2.0.3 • Public • Published

React Plugin for DocPad

Build Status NPM version

This plugin pre-renders React components from js or jsx files during the site generation.

<%- @react('./files/components/App.jsx') %>

NOTE: path is relative to docpad's srcPath.

This should also work with webpack style loaders (as long as you define the loader at the point of requiring in your js). For example:

var svg = require('url?mimetype=image/svg+xml!./example.svg');

You will also need to have the loaders as dependencies in your sites package.json

Install

npm install docpad-plugin-react

License

Licensed under the incredibly permissive MIT License
Copyright © 2014 Chris Hale

Package Sidebar

Install

npm i docpad-plugin-react

Weekly Downloads

4

Version

2.0.3

License

none

Last publish

Collaborators

  • chrishale