The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
A Gatsby plugin for cxs including server side rendering.
npm install gatsby-plugin-cxs cxs
Add the plugin to gatsby-config.js
gatsby-config.js
module.exports = { plugins: [`gatsby-plugin-cxs`], }
Now you can start to write cxs and it will do the SSR for you.