zak.taccardi
11/09/2019, 9:20 PMzak.taccardi
11/09/2019, 9:20 PMImagine we’re navigating between two screens in an app. Sometimes, we might not have enough code and data loaded to show a “good enough” loading state to the user on the new screen. Transitioning to an empty screen or a large spinner can be a jarring experience. However, it’s also common that the necessary code and data doesn’t take too long to fetch. Wouldn’t it be nicer if React could stay on the old screen for a little longer, and “skip” the “bad loading state” before showing the new screen?Making the solution to that problem above trivial to implement could greatly improve UX
codeslubber
11/10/2019, 3:09 PMjim
11/12/2019, 9:14 PMzak.taccardi
11/12/2019, 9:24 PMjim
11/12/2019, 9:28 PM