Hacker News new | ask | show | jobs
Ask HN: CMS with the following features?
1 points by dillonraphael 3529 days ago
I've been trying to decide between keystonejs and grav.

With grav I can host on a shared server no problem, but keystone is a node app so I need a VPS.

Grav uses Twig so implementing React seems like a pain. Since keystone is node, React implementation fits perfectly.

Trying to find something that's right in the middle . Any ideas?

1 comments

Uh, what do you need React for on a content driven site?

For interactivity you you could add a post-grav build step to run your React step: https://medium.com/@velmu/sleep-safe-with-static-html-968ee7...

If you want to use React as your toolkit for the whole site, take a look at React powered static site generators like Antwar: http://react-etc.net/entry/a-static-site-generator-built-wit...