Ashik Shafi
Results
1
issues of
Ashik Shafi
Much more dynamic solution for generating the stars. ``` import React from "react"; export default function Rating({ value, text, color }) { const stars = []; for (let i =...