| Hosted by CoCalc | Download

Failed attempts to get react to work interactively in the browser...

%html(hide=0) <div id='react'> xxx </div>
xxx
%javascript var React = require('flux').React; React.render( React.createElement('h1', null, 'Hello, world!'), document.getElementById('react') );