You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know a good tutorial to grasp the rational behind union-types so that I understand the problem they solve? I know basic functional programming with Ramda but would like to learn more about functional-frontend-architecture with flyd.
Thanks
The text was updated successfully, but these errors were encountered:
In terms of "functional-frontend-architecture", AKA the Elm Architecture, check out this section of the Elm guide. The syntax is different but the concepts are the same.
A more general tutorial I found useful, particularly coming from OOP: A functional approach to Domain Driven Design. It's F#, so again the syntax is different, but many of the concepts are the same. The bit about union and product types starts around slide 49.
Does anyone know a good tutorial to grasp the rational behind union-types so that I understand the problem they solve? I know basic functional programming with Ramda but would like to learn more about functional-frontend-architecture with flyd.
Thanks
The text was updated successfully, but these errors were encountered: