Skip to content

0.7.0

Compare
Choose a tag to compare
@ivanceras ivanceras released this 20 May 06:29
· 2096 commits to master since this release
  • Added an initial implementation for Http for fetching data which returns a Cmd
  • Added Examples usage of Http fetch
  • Added Browser for listening to browser resize event which returns a Cmd
  • Added Cmd module for abstracting calls such as Http requests
  • Added an optional init function in Component which allows apps execute Cmd Task such as fetching data at the start of the app
  • Change the update method in Component to return Cmd<Self,Msg> in update method