We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
ta
tc
teamName: tn, teamCity: tc, teamAcronym: ta
This would help our code to be more readable.
The text was updated successfully, but these errors were encountered:
A place that we would benefit having a mapper:
nba-remix/app/routes/game/$year/$gameId.tsx
Lines 48 to 69 in 36cc68b
Sorry, something went wrong.
No branches or pull requests
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:This would help our code to be more readable.
The text was updated successfully, but these errors were encountered: