I've been trying to decide between keystonejs and grav.<p>With grav I can host on a shared server no problem, but keystone is a node app so I need a VPS.<p>Grav uses Twig so implementing React seems like a pain. Since keystone is node, React implementation fits perfectly.<p>Trying to find something that's right in the middle . Any ideas?
Uh, what do you need React for on a content driven site?<p>For interactivity you you could add a post-grav build step to run your React step: <a href="https://medium.com/@velmu/sleep-safe-with-static-html-968ee78b07e4?source=linkShare-87350e1fddab-1477370194" rel="nofollow">https://medium.com/@velmu/sleep-safe-with-static-html-968ee7...</a><p>If you want to use React as your toolkit for the whole site, take a look at React powered static site generators like Antwar: <a href="http://react-etc.net/entry/a-static-site-generator-built-with-react-antwar" rel="nofollow">http://react-etc.net/entry/a-static-site-generator-built-wit...</a>