All decks Close
All decks 4
  • Static typing in JavaScript

  • Building UIs with statecharts

    Top down approach to building UIs. The current way to build User Interfaces is bottom-up. Draw UI elements, hook them up to event handlers and fill in the event handler logic. A top down approach is better because it forces designers/developers to think in greater detail upfront and capture that in a visual tool with good semantics. The visual tool we select is super important in the whole process. Statecharts are a very good choice for modelling UIs in this top down fashion.

  • Graphql

  • Immutable Data Structures