Learn how to build a star rating component using composite components.
The formula functions used in this video
Choosing a filled or an unfilled star icon according to an item's rating property: IF(internalProps.rating > 0, "star", "star-o")
rating
IF(internalProps.rating > 0, "star", "star-o")