#Elmish

4 writings

Functional Programming Adventures in 2019

A retrospective on Functional Programming in 2019, featuring insights into Fable (F# to JavaScript conversion), the Green Print UI library project, and how functional programming reduces coding errors. The author discusses battle-tested tools and community-driven development for modern web applications.

6 min read 1,092 words

Tensorflow with Fable-Elmish. A Failed Try

A candid technical post documenting the author's failed attempt to integrate TensorFlow JS with Fable-Elmish. The article explores the challenges encountered with TypeScript definitions, object-oriented design patterns, and JavaScript callbacks, offering insights for developers considering similar approaches.

6 min read 1,166 words

Elmish Xamarin Forms from Fable point of View

This post examines Elmish Xamarin Forms (EXF) from a Fable developer's viewpoint, analyzing its advantages and disadvantages for cross-platform mobile applications. Using the Star Wars API as a practical example, the author explores how Elmish patterns translate to mobile development and compares the experience with Fable-Elmish web applications.

12 min read 2,346 words

Opinionated Fable - Architecture & Performance

An in-depth exploration of Fable 1.0's architecture and performance capabilities ahead of the 2.0 release. The author shares lessons from converting large JavaScript applications to typed languages, emphasizing why frontend development demands architectural discipline and examining Elmish patterns for building scalable single-page applications.

29 min read 5,653 words