Sutil is lightweight front-end framework for F# / Fable.
Inspired by Svelte.
No dependencies.
- Sutil Template for Hello World, by Dave Dawkins
- Sutil Template for Elmish, by Dave Dawkins
- Sutil Template for Full App, by Dave Dawkins
- Sutil REPL, by Dave Dawkins
- Documentation
- Code Examples
- Using Sutil to develop a real world application, by Kai Ito
- Serene Sitting with Sutil, by Martin Grotz
- Writing an Appwrite Web App in F#, by Dave Dawkins
- Dependency Trees With Fable and Sutil
- Exploring the F# Frontend Landscape, by Angel Munoz
- Oxide - A toolkit for building IDE-style web applications, by Dave Dawkins
- sutil-template-react - How to host React (and other frameworks) inside a Sutil app, by Dave Dawkins
- sutil-template-chromex - Creating a Chrome Extension in F# Using Sutil, by Dave Dawkins
- sutil-template-tailwind - Sutil Template for Tailwind, by Dave Dawkins
- aspect-ratio, by NoseCone
- SubtleConduit - Recreating a Real World app, called Conduit, using Sutil - by kaeedo
- spooktober-2021 game, by Angel Munoz
- Sutil-Template, by Jill1
- Fable.Sutil.Templates, by Angel Munoz
- Perla + Sutil - Perla template for Sutil
- SutilComponent - Fable plugin to automatically bind Sutil observables in functions decorated with
SutilComponent
- Sutil.Generator - project that aims to bring the goodness of Web Components to F# thanks to Sutil
- Sutil.Toastr - A Sutil port of Elmish.Toastr
https://github.com/Jlll1/Brisk
- #01 - Setting up Sutil and routing
- #02 - Building a Card component with Sutil
- #03 - Pagination Component
- #04 - Ensuring valid state with smart types
- #05 - Communication between components
https://github.com/bengobeil/StonkWatch
- #07 - Why Sutil Can Change The Front-End Development Game
- #08 - How To Write Type-Safe HTML/CSS In F# With Sutil and Bulma
- #09 - Writing MVU-Style Reactive Web In F# Using Sutil
- #10 - Domain Modeling With F# Types | Live Walkthrough
- #11 - Using F# Strong Types In Sutil/Bulma Web UI
- #12 - Writing Our First Unit Test + Doing Math With Units of Measure
- #14 - How To Use Elmish Commands For Dynamic F# MVU Web Front-Ends
- #15 - Refactoring Sutil Code With Custom Operators