Open alexklibisz opened 8 years ago
JSBin makes it possible to get up and going with react by just including the react js file from facebook's cdn: http://jsbin.com/jefeyakile/edit?html,js,output
But it looks like they are transpiling in the background anyway.
This is mostly a note to myself:
Right now I'm using a webpack config that I had created over several months working on a much larger project. If possible, I'd like to get rid of webpack altogether for this demo, and possibly also get rid of the es6 syntax so that the concepts are as accessible to everyone watching as possilbe.