gatsby-plugin-nerv
v0.0.1
Published
A Gatsby plugin which replaces React with Nerv
Downloads
1
Maintainers
Readme
gatsby-plugin-nerv
WIP - does not work yet. We have to wait until https://github.com/NervJS/nerv/issues/11 is fixed.
Provides drop-in support for replacing React with Nerv.
Install
npm install --save gatsby-plugin-nerv
How to use
// In your gatsby-config.js
plugins: [`gatsby-plugin-nerv`];