Skip to content

Commit e422925

Browse files
Add blog post metadata
1 parent 08667a0 commit e422925

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/blog/2022/2022-09-13-fable-flutter-redux.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
---
2+
layout: fable-blog-page
3+
title: Flutter State in F# with Fable and Redux
4+
author: Ben Copeland
5+
date: 2022-09-13
6+
author_link: https://blog.bencope.land/
7+
author_image: https://github.com/bentok.png
8+
# external_link:
9+
abstract: |
10+
Although Fable 4 is still pre-release, the Dart compilation works great - so great that I was able to migrate the entirety of my Redux state management in a Flutter app over to F#. Being able to model data and dispatch actions in F# has made Flutter so much nicer to work with, so in this post I'll be sharing info about how to do the same approach in your own Flutter app.
11+
---
112

213
![fhsarp loves dart](../../static/img/blog/fsharp_loves_dart.png)
314

4-
# Flutter State in F# with Fable and Redux
15+
> This article was originally posted [here](https://blog.bencope.land/flutter-state-in-f-with-fable-and-redux/).
516
617
[Fable 4.0 is on the horizon](https://fable.io/blog/2022/2022-06-06-Snake_Island_alpha.html) 🎉 and with it comes the ability to compile F# code to Dart. Although Fable 4 is still pre-release, the Dart compilation works great - so great that I was able to migrate the entirety of my Redux state management in a Flutter app over to F#. Being able to model data and dispatch actions in F# has made Flutter so much nicer to work with, so in this post I'll be sharing info about how to do the same approach in your own Flutter app.
718

0 commit comments

Comments
 (0)