Skip to main content
dart_node
  • Docs
  • API
  • Blog
  • GitHub ↗
  • English
  • 中文

API Reference

  • dart_node_core
  • dart_node_express
  • dart_node_react
  • dart_node_react_native
  • dart_node_ws
  • dart_node_better_sqlite3
  • dart_node_mcp
  • dart_logging
  • reflux

Documentation

  • Getting Started
  • Why Dart?

Suspense

JSAny get Suspense

The Suspense type for displaying a fallback while children are loading.

Use with createElement or the suspense helper function.

Example:

createElement(
  Suspense,
  createProps({'fallback': loadingSpinner}),
  lazyComponent,
);
  • Suspense documentation
  • Suspense – React 中文文档

Implementation

JSAny get Suspense => _reactSuspense;

Documentation

  • Getting Started
  • API Reference
  • Examples

Community

  • GitHub
  • Discord
  • Twitter

More

  • Blog
  • Dart Official
  • Flutter

© 2026 dart_node. Built with Dart.

Made for React developers. Made for Flutter developers. Made for everyone.