Star Rating Control with Clojurescript, Reagent, Facebook React JS
There are at least two Star Rating components for Facebook React that can be used with the brilliant Reagent.
I found these to be too complex and neigh impossible to integrate with Reagent so I came up with a simple solution like so:
It should be called like any other reagent component:
Here's some styling:
The magic of Facebook React, Reagent and Clojure/Clojurescript is really coming together nicely here. Surely there are a few problems, e.g. that the user has to click the star pretty much exactly. But he gets proper feedback and it could be fixed with css.
Hope it helps.
Posted: 30 October 2015
comments powered by Disqus