Skip to content

createStoreContext

Overview

createStoreContext is a core API in the framework.

Usage Examples

Advanced Patterns

Example 1: should export createStoreContext and StoreManager

typescript

Example 2: should export all expected main APIs

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

Test Coverage

This API is tested with 9 test cases across 1 test files.


This documentation is automatically generated from test code.

Released under the Apache-2.0 License.