5 ms·
> In addition, the new APIs allow developers to more quickly show content to users by starting to fetch data before a component renders. Prefetching data in thi
by SoftwarePatent 6y ago
> In addition, the new APIs allow developers to more quickly show content to users by starting to fetch data before a component renders. Prefetching data in this way is not possible with the container-based APIs.
This is fantastic, prefetching can make for a great user experience.
- hermitwriter 6y agoyeah good point. I've used this on a project and this shaved off >150ms of critical path rendering... much better user experience. awesome to not have this officially supported. Time to upgrade :D