0
comment
comment
on 5/23/2016 11:28 AM
Understand the difference between Direct and Inline attributes in WebSharper
In WebSharper, there are two keywords to bind JS code to our F# code - Direct and Inline.
The documentation about the attributes can be found here http://websharper.com/docs/translation.
I have demonstrated the use of it in previous blog posts:
External JS library with WebSharper in F#
Sort, drag and drop in UI Next