gatsby-plugin-cxs
A Gatsby plugin for
cxs including server side rendering.
Install
npm install gatsby-plugin-cxs cxs
How to use
Add the plugin to gatsby-config.js
module.exports = {
plugins: [`gatsby-plugin-cxs`],
}
Now you can start to write cxs and it will do the SSR for you.