Q & A

In notebook:
Building Modern Web Apps
Created at:
2016-02-02
Updated:
2016-02-02
Tags:
libraries JavaScript React Ampersand

Why not use npm link

Doesn't want another dependency. 
Npm link makes more sense when you're developing an application that you want to open source on npm and want to quickly link into your modules.
So you don't have re-install each time

CSS frameworks

He uses YetiCSS (created by &Yet). 
Audience mentions React-bootstrap

What's the most complex app he did with Ampersand and React

Multi-user video chat, with breeakout stuff.
Flipkart uses Ampersand and React (but not the mixin_
WhatsApp uses Ampersand-state and React as view layer
Some people use Flex-y architecture with Ampersand