Book Image

Functional Application Designing

By : Onur Gumus
Book Image

Functional Application Designing

By: Onur Gumus

Overview of this book

Building Cross-Platform Web Applications with F# will guide you to develop a fully functional web application that includes server-side as well as client-side programming thanks to Fable, the F#-to-JavaScript compiler. We target the .NET Core platform so that your applications will work in a cross-platform manner. This course takes you through a brief history of domain design and then jumps right into building a mini-application using CQRS. You will learn to set up and use Fable and Elmish as your SPA. Apart from this, you will get an introduction to server-side programming with F# and also learn how to perform next-generation unit testing with F#.
Table of Contents (3 chapters)
Chapter 3
A Practical Application
Content Locked
Section 2
Implementing Actors
We will discuss how to implement actors. - Understand account actor - Understand transactions actor - Understand command handler