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...

top 2 comments
sorted by: hot top controversial new old
[โ€“] soltech@kbin.social 2 points 2 years ago* (last edited 2 years ago)

How many people are still using ReflexFRP in production?

I've built some toys with it a while back and it was really nice, but I don't know what the pitfalls are at scale.

I guess GHCJS falling so far being is the most obvious problem, but that should be resolved once the upstreamed JS backend matures.

Are there any other big problems, or is that the main thing?

[โ€“] 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.