How to Connect State to UI Elements

Hello,

I am trying to use state to implement a rating system for my app.

I want to display a number of stars depending on a rating attribute stored in the database. Can this be done using state? Is there a better way to achieve this in Qodly?

Best,
Elliott

Hey Elliot,

For your case. I recommend using a custom component.

Ayoub

1 Like

Hi Ayoub,

Thanks!

Best,
Elliott