Posts tagged with UI Design
Musings of Imperative and Declarative (coding) Design
February 27, 2020 by Tom Friedhof
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...
Tagged
8:57