Often in web development there is this recurring pattern of having to fetch some data from some server through a rest api, and then show it someway...
For further actions, you may consider blocking this person and/or reporting abuse
Nice :)
In TypeScript: github.com/devex-web-frontend/remo...
Thank you for the article 💛
Very clear! I like it :)
This is the article that got me into Elm. Thank you for sharing, this is next level. Cardinality is a brilliant way to articulate this approach!
Nice work ;3
Great stuff. Also, the same could be achieved with a discriminated union type, for those working with typescript.