Try WebSharper reached an important milestone today: we just released the first bits of on-the-fly typechecking and code completion, and you can now develop F# web snippets, without any installation, online more easily than ever.
Here is what it looks like:
You don't have to do anything fancy, just start typing and the type checker will guide you, including code completion with Ctrl+Space
as you would expect. When you are ready to run your snippet, hit Run and you will see your snippet run in the Result panel.
You may also notice the little gear icon in the F# source tab, with that, now you can set up dependencies for your snippet. Currently, we support a wide range of WebSharper extensions, with more coming soon:
Type | Packages |
---|---|
Charting | WebSharper.Charting , WebSharper.ChartJs |
Visualization | WebSharper.D3 , WebSharper.Google.Visualization |
3D graphics | WebSharper.GlMatrix , WebSharper.O3D |
Mobile UIs/apps | WebSharper.SenchaTouch , WebSharper.MaterialUI |
WebSharper abstractions | WebSharper.Formlets , WebSharper.Piglets |
Reactive development | WebSharper.React , WebSharper.UI.Next |
We will add third-party extensions shortly, including a variant of FSharp.Data
to enable data-aware snippets that communicate with web services, etc.
Even more enhancements will be coming shortly, until then happy coding!
Can’t find what you were looking for? Drop us a line.
20221229 · 30 min read
20211230 · 20 min read