4 people like it.
Like the snippet!
This sample implements "Hello, world!" as a WebSharper application. It demonstrates how to compose HTML/XML using combinators, how to dynamically create a button with a handler and how to update an existing DOM element.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: |
|
Link: | http://fssnip.net/4R |
Posted: | 13 years ago |
Author: | Tomas Petricek |
Tags: | web , websharper , dom , html |