SentiSocial / frontend

Graphing sentiment analysis of current Twitter trends and relevant news aggregation
https://senti.social
MIT License
11 stars 3 forks source link

Webpack #29

Closed omarchehab98 closed 7 years ago

omarchehab98 commented 7 years ago

Migrate bundling from Browserify to Webpack.

https://webpack.js.org

Preact

All it requires is aliasing 'react' and 'react-dom' with 'preact-compat'

It makes sense to be using Preact over React for our simplistic use case. We will see a huge gain in page load.

3kb alternative to React https://github.com/developit/preact

SW Precache

https://github.com/GoogleChrome/sw-precache

React-Router

https://github.com/ReactTraining/react-router

preact-router is too minimal. I would stay away from it for now.