gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

IDE + In app delay #43

Open gdirk07 opened 2 years ago

gdirk07 commented 2 years ago

One thing I noticed after integrating MUI is the IDE takes longer to load syntax, I know it related to integrating a HUGE package, but is there anything we can do to speed it up, whether its an IDE enhancement?

For the App sometimes I notice images don't load fast enough so you spend seconds waiting for a sprite to load, this can get confusing when you're switching between pokemon, is this an issue?

gdirk07 commented 2 years ago

For the first part, I think its just a natural cause of importing massive libraries (MUI). For the second part, I'm wondering if we want a placeholder for the card until everything is fully loaded or to keep it as is since its only a second at most.