nba-remix
nba-remix copied to clipboard
Create a converter/mapper to the API
The API has some stuff that is not so meaningful like ta
, tc
and so on, it would be interesting to create a mapper like:
teamName: tn,
teamCity: tc,
teamAcronym: ta
This would help our code to be more readable.
A place that we would benefit having a mapper:
https://github.com/willianjusten/nba-remix/blob/36cc68b933df78c678047c72ff95da4f1bca7eae/app/routes/game/%24year/%24gameId.tsx#L48-L69