tbmelabs / tbme-tv

An open source streaming application.
Other
0 stars 1 forks source link

Isomorphic frontend-loading with browser-router #10

Closed bbortt closed 6 years ago

bbortt commented 6 years ago
bbortt commented 6 years ago

Note: Just seen that signing (and probably others too) contain a router.. What were the thoughts behind this?

bbortt commented 6 years ago

so we'll have one app on / and server side rendering to /signup, /signin and /oauth/authorize/confirm_access (approximately).

bbortt commented 6 years ago

also need to reconfigure packaging.. angular-cli now compiles to /dist/some-folder and everything in flat mode..

bbortt commented 6 years ago

everything works fine in the end. loading time is around 80ms now. will probably increase very little if all pages are finished.