10x Developer
search
⌘Ctrlk
10x Developer
  • Introduction
  • HTML
  • JavaScript
  • Angular.js
  • React.js
  • Node
  • Serverless
  • Full Stack Development
    • HTTP
    • Meteor
    • MongoDB
    • Digital Ocean
    • UI
    • Sketch
    • Web Dev Resources
  • Lang
  • Know Your Tools
  • Cheatsheets
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Full Stack Development

UI

hashtag
Optimistic UI

Why? You have 100ms to respond to user input before they notice a lag. RAILarrow-up-right

How:

  • https://www.smashingmagazine.com/2016/11/true-lies-of-optimistic-user-interfaces/arrow-up-right

  • UX: https://uxplanet.org/optimistic-1000-34d9eefe4c05arrow-up-right

  • Meteor: http://dev.apollodata.com/react/optimistic-ui.htmlarrow-up-right

hashtag
Observer model in Angular

  • custom subscribe method in service

  • RxJS

  • event emitter: http://stackoverflow.com/questions/36076700/what-is-the-proper-use-of-an-eventemitterarrow-up-right

  • store: base-store.ts

  • angular event: http://stackoverflow.com/questions/34700438/global-events-in-angular-2arrow-up-right

PreviousDigital Oceanchevron-leftNextSketchchevron-right

Last updated 7 years ago

  • Optimistic UI
  • Observer model in Angular