aspnetcore-angular-universal
                                
                                 aspnetcore-angular-universal copied to clipboard
                                
                                    aspnetcore-angular-universal copied to clipboard
                            
                            
                            
                        Screen flicker on app entry
Not sure if this is known, buy there is screen flicker in the sample app when the site is first loaded by the browser. For instance, navigate to the Rest route directly and you will see notable flicker. Is there a known workaround for this?
The Azure example might need to be updated, that's probably because the Rest API is being hit twice though. Using the Transfer http cache mechanism should automatically cache and reuse all GET's on that first SSR->CSR run. Is that not working anymore?? Let me know Isaac. Hopefully nothing has broken with the cache randomly. @isaac2004
Give me a bit to pull latest and deploy to test
@MarkPieszak this sadly is happening, look at the gif below. The rest api page flickers

@MarkPieszak is there something I can look at for this? It seems like the transfer cache is empty when it gets hit in devtools
Is there any update on this?
I got the same issue, not with the sample app tho, but with my own app. Doesn't have to be any API calls or nothing for me, it just flickers 🙁 Any clue on how to fix this?
Have flickering in my app just recently downloaded a fresh project from github and I dont use an api. Any solutions for this?