Future Feature: Refactor using Context API #21
Labels
enhancement
New feature or request
Frontend
issues for frontend
Future Feature
Future features
Javascript
language type
Describe Proposed Feature
Refactor for using global state management
What does it add to the user experience?
possible less loading time
What problem does it solve?
Too many components require the same data and are running unnecessary fetch calls
(Optional) Proposed Methods
Utilize React Context API to share user info across the application
The text was updated successfully, but these errors were encountered: