alexklibisz / meetup-viz

Real-time visualization of streaming data from the Meetup.com open events RSVP API.
http://alexklibisz.github.io/meetup-viz/
MIT License
9 stars 0 forks source link

Simplifying boilerplate #1

Open alexklibisz opened 8 years ago

alexklibisz commented 8 years ago

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.

alexklibisz commented 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.