elmish / Uil

Uil : User Interface Language is aimed to be an MVU DSL for specifying WPF views dynamically (based on PoC done https://github.com/Lleutch/ElmishWPFLearning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Uil naming consistency with WPF namings

Lleutch opened this issue · comments

Currently the VDom types are not consistent with both :

  • The naming
  • The hierarchy

of WPF Object naming.

Try to have a one-to-one relation between the "VDom" and the WPF structure.