onflow / kitty-items

Kitty Items: CryptoKitties Sample App
https://kitty-items.onflow.org
Apache License 2.0
408 stars 213 forks source link

Pre-render item and profile pages before data is loaded #200

Closed alse closed 2 years ago

alse commented 2 years ago

Continuation of #190

Tests

alse commented 2 years ago

@psiemens sure, I just updated it to pre-render the entire page and hide components that require data to be loaded. I also updated some of the swr queries to only run when they have the required data from params

10thfloor commented 2 years ago

Hey @alse, will need these conflicts resolved before we can merge. I attempted, but could not achieve a working result.