this post was submitted on 24 Aug 2023
4 points (100.0% liked)

Haskell

5 readers
1 users here now

**The Haskell programming language community.** Daily news and info about all things Haskell related: practical stuff, theory, types, libraries, jobs, patches, releases, events and conferences and more... ### Links - Get Started with Haskell

founded 2 years ago
 

Learn how to combine the best of both TypeScript and Haskell for frontend development. TypeScript developers will learn how to take the reactive principles that made React successful to the next level with pure Functional Reactive Programming (FRP). Haskell developers on the other hand will learn how to easily integrate with the broader JavaScript ecosystem.

Links:
React: https://hackage.haskell.org/package/r...
reactive-banana: https://hackage.haskell.org/package/r...,
https://hackage.haskell.org/package/r...

you are viewing a single comment's thread
view the rest of the comments
[–] jaror@kbin.social 1 points 2 years ago

I consider Reflex to be by far the most mature implementation of FRP. Now only if there was a wrapper around a native GUI library like GTK or WxWidgets.