answers-app
answers-app copied to clipboard
Review #51 first. This is a POC of a RenderService (https://github.com/angular/angular/issues/2409). It uses monkey patching to serialize arguments to RenderService functions at runtime and run the function on the render...
Review #50 first. There's currently a bug where the first new answer will appear twice until you refresh. It looks like this is an [issue with angularfire](https://github.com/angular/angularfire2/issues/73)
We want to experiment with a way to take a service written as if it was written to be executed in the UI thread, and have it automatically wrapped and...
- beta.9 update - better prerendering support - support for many applications on server-side - polyfill removed now as `import 'angular2-universal-preview/polyfills';` see universal-starter for changes https://github.com/angular/universal-starter/blob/master/src/server.ts
- [ ] Create Github App - [ ] Set app tokens in Firebase authentication
- [ ] Integrate with Question routable component - [ ] Build a component where the answer can be entered - [ ] Integrate with questions Firebase-based service
I could re-use most of the rules from the example app I created: https://github.com/jeffbcross/qa-app-demo/blob/master/security-rules.json
- [ ] Set up benchpress infrastructure for local testing - [ ] Measure time to see content - [ ] Measure time to finish preboot