hero image

Our thoughts, perspectives, and musings on UI Design


We share knowledge, ideas and ambitions openly, constantly improving and crtiquing our ideas in the larger community.

Posts tagged with UI Design

cover image
Video - development

Musings of Imperative and Declarative (coding) Design

Most web developers start their career coding user interfaces using an imperative approach. You have some code that has access directly to the DOM and you execute a series of commands to change the state of the user interface. If you are using jQuery to update your UIs you are doing this. Imperative UIs don't scale well as applications grow. There's a better approach: declarative UIs.

Most web developers start their career coding user interfaces using an imperative approach. You have some code that has access directly to the DOM and...

8:57