This is a "real world" example application, written entirely in F#. The goal is to create a best practice for building applications or at least give a reasonable manual to design one.
https://github.com/atsapura/CardManagement
https://github.com/atsapura/CardManagement
GitHub
GitHub - atsapura/CardManagement
Contribute to atsapura/CardManagement development by creating an account on GitHub.
Finally!
https://github.com/Zaid-Ajaj/Femto
Femto is an experimental CLI tool that verifies the compatibility of npm packages used by Fable bindings.
https://github.com/Zaid-Ajaj/Femto
GitHub
GitHub - Zaid-Ajaj/Femto: Femto is a CLI tool that automatically resolves npm packages used by Fable bindings
Femto is a CLI tool that automatically resolves npm packages used by Fable bindings - GitHub - Zaid-Ajaj/Femto: Femto is a CLI tool that automatically resolves npm packages used by Fable bindings
Practical dependency injection for Giraffe that gets out of your way.
https://github.com/Zaid-Ajaj/Giraffe.GoodRead
https://github.com/Zaid-Ajaj/Giraffe.GoodRead
GitHub
Zaid-Ajaj/Giraffe.GoodRead
Practical dependency injection in Giraffe that gets out of your way - Zaid-Ajaj/Giraffe.GoodRead
Forwarded from Vladislav K
GitHub
Compilation Model Prototype - Information / Discussion / Proposed Plans · Issue #7077 · dotnet/fsharp
For the community: I wrote this up internally with some minor modifications since I have posted it here. I just need some feedback on what everyone's thoughts are. Is this something that th...
Forwarded from Vladislav K
Eirik Tsarpalis' blog
Applying the Tagless-Final pattern in F# Generic Programs
A few years back, I blogged about how one could use the TypeShape library for writing practical generic programs in F#. While the library has seen success in both OSS and proprietary applications, …
Forwarded from Sergey Tihon
Едет кто на FableConf в этом году?
https://sergeytihon.com/2019/07/13/f-weekly-28-2019-tickets-for-fableconf-are-on-sale/
https://sergeytihon.com/2019/07/13/f-weekly-28-2019-tickets-for-fableconf-are-on-sale/
Sergey Tihon's Blog
F# Weekly #28, 2019 – Tickets for FableConf are on sale!
Make sure you stay at the cutting-edge of F# with our advanced coaching packages Welcome to F# Weekly, A roundup of F# content from this past week: News Tickets for #FableConf are on sale! H…
Forwarded from V S
Пример Model-View-Update архитектуры на F# / Хабр
https://m.habr.com/ru/post/459870/
https://m.habr.com/ru/post/459870/
Хабр
Пример Model-View-Update архитектуры на F#
Кому-то не нравился Redux в React из-за его имплементации на JS? Мне он не нравился корявыми switch-case в reducer'ах, есть языки с более удобным pattern matching, и типы лучше моделирующие...