-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the advantage of akka-ui over scalajs-react? #1
Comments
I think this can be reduced to the comparison between FRP (Functional Reactive Programming) and React? Since I'm not familiar with React, maybe you can check some other discussions like this, this, or this. AkkaUI is just yet another FRP tool which is built on top of Akka Stream since Akka Stream also supports Reactive Streams. It may be easier to understand for (backend?) people who already know Akka Stream. But it's more like a proof of concept library from me and I've only used it in some small projects. There may be bugs and limited maintenance. You can also give a check to OutWatch and Laminar if you want to see more choices. If you like AkkaUI, discussions and contributions are also welcomed. :) |
I wish to contribute, Thank You very much |
Would You recommend me an router? https://github.com/Voltir/route.rx What do You think? To start with akkaUI on a project alone? Thank You in advance! |
I wrote my router using AkkaUI directly. Didn't know theses tools. Would like to give a look. |
Yes, I would like to, I search for one but I dind't find any in your repository. Thank you |
Someone could tell me, What the advantages of akka-ui over scalajs-react (reactjs)? Please
I am using scalajs-react but only basically, so it seems it is too much for my projects.
Thanks in advance
The text was updated successfully, but these errors were encountered: