itenium-be / React-New-Features

React.js tutorial. Claim an exercise by replying to the issue. Create a PR per Task (per checkbox).
4 stars 4 forks source link

SockReviewForm: Allow users to leave a review #9

Open Laoujin opened 5 years ago

Laoujin commented 5 years ago

File: ´SockReviewForm.tsx´

Allow users to leave a Sock review.

// models.ts
export interface SockReviewModel {
  name: string;
  rating: number;
  fullReview: string;
}
timdebelder007 commented 2 years ago

it's mine