Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build an App with React Suspense, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:08:04
    Build an App with React Suspense: Intro and Setup
  • Урок 2. 00:03:50
    Import Components Lazily with Suspense React.lazy
  • Урок 3. 00:05:00
    Catch Errors with a React Error Boundary Component
  • Урок 4. 00:02:19
    Understand How React.lazy Communicates Loading Status to Suspense and Error Boundaries
  • Урок 5. 00:05:42
    Wrap Fetch Requests to Communicate Pending, Error and Success Status to React Suspense
  • Урок 6. 00:01:16
    Separate API Utility Functions from React Components
  • Урок 7. 00:02:24
    Track Async Requests with React's useState Hook
  • Урок 8. 00:01:24
    Enable Suspense Features with Experimental Concurrent Mode using ReactDOM.createRoot
  • Урок 9. 00:02:03
    De-prioritize NonUser-Blocking Updates with React useTransition's startTransition Function
  • Урок 10. 00:02:45
    Bypass Receded Views with React useTransition's timeoutMs Option
  • Урок 11. 00:02:46
    Display Loading States Conditionally with React.useTransition's isPending Boolean
  • Урок 12. 00:02:55
    Delay the Appearance of a Loading Spinner with CSS in React
  • Урок 13. 00:02:35
    Get Previous Resource Values with React’s useDeferredState Hook
  • Урок 14. 00:04:51
    Hoist React Component State
  • Урок 15. 00:04:04
    Avoid this Common Suspense Gotcha in by Reading Data From Components
  • Урок 16. 00:04:42
    Coordinate Fallback Rendering with the React SuspenseList Component
  • Урок 17. 00:01:58
    Reveal Suspense Components in Order with SuspenseList's revealOrder Prop in React
  • Урок 18. 00:01:25
    Avoid Too Many Spinners with React SuspenseList’s tail Prop
  • Урок 19. 00:03:09
    Pass React Components a useTransition-Wrapped, State-Setting, Callback
  • Урок 20. 00:02:20
    Augment React Resource JSON with Custom Properties
  • Урок 21. 00:07:43
    Extract Reusable React Components with an As Prop, Render Props, and React.Fragment
  • Урок 22. 00:05:01
    Connect a New Endpoints in a React Suspense App
  • Урок 23. 00:05:53
    Provide Suspensified Data to React Components with Context and useContext