I'm starting on this React. From what I'm seeing there's no other way to use React other than writing it in JSX and then compiling it with Babel to make it work. But to be able to use Babel from console I have to use Node.js. But the only one I have left is to use Babel from the web , but clearly this method is not practical at all. I'm using Django for the server side, so I do not want to have to start implementing server-side code in Node. Only use it for frontend
. Is there any way to do it?