ACalza / UofTBiohacks

UofTBiohacks CRUD app
4 stars 3 forks source link

[Frontend] Static rendering #34

Closed ACalza closed 8 years ago

ACalza commented 8 years ago

@thejmazz @tt6746690

thejmazz commented 8 years ago

Works for now. Need to watch for undefineds from Node's side (watch the output of npm run build, in that case wrap inside

import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment'

if (canUseDOM) {
 // DOM dep. stuff
}