insin / react-hn

React-powered Hacker News client

Home Page:https://insin.github.io/react-hn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work on trimming down bundle size further

addyosmani opened this issue · comments

I already have work in flight to switch us over to route-based chunking, which helps a little with making the main bundle smaller. Unfortunately, we still have a pretty large dependency on Firebase at the moment. Would love to try trimming this down some.

screen shot 2016-09-29 at 10 20 48 am

TIL via @davideast that the Firebase npm package has docs on custom builds: https://www.npmjs.com/package/firebase#include-only-the-features-you-need.

Depends on #64 getting knocked out.

Firebase atomic module switch-over and code-splitting are now in master.