Hacker News new | ask | show | jobs
by rattray 4049 days ago
Have you tried using react without JSX? I find it much nicer. Putting

    var R = React.createElement
at the top of each file will make it more ergonomic.