Skip to content

Latest commit

 

History

History

03-list-of-counters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

In this example you can see how to dynamically create and update other components.

Important points of this example:

  • The use partially applying "action creators" thanks to the use of algebraic data types:
Modify: [Number, Counter.Action]
...
Action.Modify(id)