Hacker News new | ask | show | jobs
by PacifyFish 2721 days ago
React/node is what I use for side projects.

React is pretty annoying to set up yourself since it needs to be compiled, so use https://github.com/facebook/create-react-app to spin up quickly or just host vanilla html/css/js and slowly transition to react as you please.

Alternatively, I think the React core code can be downloaded on the client via a cdn.