tophboogie / trumptweets

A Twitter scraper that logs Trump's emotional state via IBM Watson API
2 stars 1 forks source link

use react-create-app for the frontend #21

Closed heinburger closed 7 years ago

heinburger commented 7 years ago

it handles everything. 🌵

heinburger commented 7 years ago

https://github.com/facebookincubator/create-react-app

tophboogie commented 7 years ago

seems like a nice bootstrapping tool -- but our project already has these things set up... unless am I missing something?

heinburger commented 7 years ago

ok - closing - we might want to move to webpack 2, though because that might bring down the bundle sizes a bit with the treeshaking - I think as of now the js bundle is like 1.5mb or something which is pretty big. must be the d3 stuff?