FYI, React Router addition to master

There’s a signiifcant change on master from v2.1, which is the addition of react router and webpack, which will eventually increase performance by decreasing first page load from about 3MB to less than 800K.

It also allows for future improvements like using virtual hosts.

This significant change and will cause some instability on master until the client side components have been converted over to use react router and bugs from this conversion stablize

Many thanks to apaatsio for recommending this path.