How to Show the Rating Form

Learn how to perform event handling in stateful components.

Our rating form will display the form and manage its state, validating and saving the rating. We’ll need to pass a product and user for our relationships, and also the product’s index in the parent LiveView’s socket.assigns.products. We’ll use this index, later on, to update SurveyLive state efficiently.

Get hands-on with 1200+ tech skills courses.