Improvement: Simplify logic to populate and name entries in the platformList module #575
Labels
maintenance
Tickets that do not encompass new features but contribute to the overall quality of the project
we could simplify the logic that handles populating and renaming the platform lists on CASEI's Explore pages by having the translation of the group name occur within the usePlatformList hook itself. First identified in comments in #574
@alukach: we could simplify this by having the translation of the group name occur within the usePlatformList hook itself to reduce the number of files and functions in this project. Also an implementation like this will allow future consumers of usePlatformList to get the same results as what we are rendering in the ExplorePlatforms components:
In #574 this was attempted, but I encountered unexpected Render Lifecycle behavior:
The text was updated successfully, but these errors were encountered: