Skip to content

sdzx-1/typed-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typed-gui

GUI framework based on typed-fsm

Similar to the elm architecture, the difference is that typed-gui separates control status and data status.

There are at least three advantages to doing this.

  1. The type of the View part has a clear control state, which can limit the type of Message and avoid sending error messages.

  2. The Update part can give full play to the advantages of typed-fsm, and typed-fsm takes over the entire control flow.

  3. Extract the common part and simplify the control state.

About

GUI framework based on typed-fsm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published