-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Title: Building a web app with F# - Part 2
Description
In part one, we learned how to build a basic reminders app, completely in F#. In part two, we're going to take it even further by refactoring our code towards something more production-ready. We'll break our app into multiple sub-programs called "features", we'll add side-effects so that we can persist our reminders via an API, and we'll refactor our app to use Fable.Lit, a package that allows us to use string templates to embed HTML right into our F# code. It's a great alternative to the React DSL for rendering our views that affords us the conciseness and familiarity of HTML without losing any of the strong typing that F# gives us. Join us as we continue our exploration of how F# can make developing robust front-end applications a joy!
Requested Location
TBD