Skip to content

createActionContext

Overview

createActionContext is a core API in the framework.

Usage Examples

Advanced Patterns

Example 1: should export createActionContext

typescript

Example 2: should export createActionContext

typescript

Example 3: should export all expected main APIs

typescript
const expectedExports = [
  'createActionContext',
  'useStoreValue',
  'createStoreContext',
  expectedExports.forEach(exportName => {
  });

Test Coverage

This API is tested with 15 test cases across 2 test files.


This documentation is automatically generated from test code.

Released under the Apache-2.0 License.