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
[–] 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?