useStoreValue
Overview
useStoreValue is a core API in the framework.
Usage Examples
Advanced Patterns
Example 1: should export store hooks
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.