UNPKG

gatsby-plugin-nerv

Version:

A Gatsby plugin which replaces React with Nerv

17 lines (10 loc) 350 B
# 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](https://nerv.aotu.io/). ## Install `npm install --save gatsby-plugin-nerv` ## How to use ```javascript // In your gatsby-config.js plugins: [`gatsby-plugin-nerv`]; ```