Codepath-Group-7-F22 / GameNight

0 stars 0 forks source link

Figuring Out Parsing the BoardGame Api #6

Open paigethompson150 opened 1 year ago

Lawrence-Kwok commented 1 year ago

Figure out if I can grab all the data from the database periodically (desktop react application), otherwise load object upon initial login (will slow down the user experience upon initial boot up however)

Lawrence-Kwok commented 1 year ago

As suggested by Lester, try to query the API at the beginning of the app start-up, save it to an array, and access that array instead of reloading while the application is running.