vodon-player VS ReactFX

Compare vodon-player vs ReactFX and see what are their differences.

vodon-player

The Vodon esports review video player but accessible via the web (by Rodeoclash)

ReactFX

Reactive event streams, observable values and more for JavaFX. (by TomasMikula)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
vodon-player ReactFX
1 3
7 370
- -
7.6 10.0
10 months ago over 5 years ago
TypeScript Java
MIT License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vodon-player

Posts with mentions or reviews of vodon-player. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • React is a fractal of bad design
    12 projects | news.ycombinator.com | 7 Mar 2023
    If you use Typescript, take a look at: https://mobx-keystone.js.org/

    It's an additional layer on top of MobX that adds strong typing. I've been using it for an open source video annotation project and it's been amazing for keeping track of local state, cascading calculations of things.

    Here's my "models" directory for it if you want a taste of how it works:

    https://github.com/Rodeoclash/vodon-player/blob/main/player/...

ReactFX

Posts with mentions or reviews of ReactFX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • React is a fractal of bad design
    12 projects | news.ycombinator.com | 7 Mar 2023
    You could also write that in many other languages like Clojure (with cljfx for FP fans), Python, Ruby, JavaScript, and of course Java. It would be less verbose if I used a library that better used Kotlin's features, but the goal here is that you can look up the JavaFX APIs from the link above (there are a couple of implied static imports).

    So not much different, but it demonstrates how the text property of the label is bound to a dynamically computed string which is in turn bound to an observable number. When the timer fires, the count increases and the label is recomputed. Everything is done that way so layout computations, for example, won't run unless the size of the label changes. And that's it - no need for VDOMs or prop drilling or state memoization or any of these other performance hacks.

    At some point you'll observe that this seems a like like "reactive programming" as used on the server side, and then might want to explore a library like ReactFX which connects these two worlds together.

    https://github.com/TomasMikula/ReactFX

    There are some other nice features in this type of toolkit that the web community seems to be heading towards. I'd be willing to bet a lot that at some point they'll even reinvent inheritance under a new name, because being able to write code that's generic over component trees is really pretty useful. The hooks/functions model totally wrecks that and has led to this explosion of "design systems" (otherwise known as themes), none of which interoperate properly or can be coded against in an abstracted manner.

    None of this is to say that FX is perfect or that React/SolidJS etc are the wrong tools to use. You can run FX apps in a browser using a form of server side rendering - check out https://www.jpro.one to see a fully crawlable website that's actually implemented using JavaFX on the server with no frontend/backend split existing at all. But it only works well if you don't have a fast and reliable server connection, plus a server with plenty of RAM and CPU. Alas browsers pull all sorts of mean tricks to keep people locked inside the HTML5 sandbox so JS frameworks aren't going anywhere, but it would be nice if that community spread its wings a bit and looked at prior art from outside their language. GUIs are old and the challenges involved in them aren't new, and from the outside it looks suspiciously like there is no real progress being made here, only wheel spinning.

  • RichTextFX: Open source libraries for making a text viewer / editor
    3 projects | /r/JavaFX | 25 Mar 2022
    ReactFX - For cleaner, easier-to-reason event handler composition. Nice!
  • What is this design pattern called is prevalent throughout guava and apache commons?
    2 projects | /r/learnprogramming | 29 Dec 2021
    I've noticed when you look into a lot of classes in some libraries like guava, apache commons, or ReactFX, you'll notice a sort of abstraction pattern. There'll be a class that houses a bunch of common methods. Inside of those methods, instead of putting the relevant logic inside of the method, they'll call an operation-specific class that executes the logic. An example would be PredicateUtils or EventStream. Is there name for this pattern? It doesn't quite seem like it fits the command or service layer patterns.

What are some alternatives?

When comparing vodon-player and ReactFX you can also consider the following projects:

joystick - A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

RichTextFX - Rich-text area for JavaFX

Flowless - Efficient VirtualFlow for JavaFX

commons-collections - Apache Commons Collections