![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@acoustic-content-sdk/redux-feature-auth-layout-mapping
Advanced tools
Implementation of a redux feature to manage authoring layout mappings.
Implementation of a redux feature to manage authoring layout mappings.
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping
Implementation of a redux feature to manage authoring layout mappings.
Interface | Description |
---|---|
AuthLayoutMappingFeatureState |
Variable | Description |
---|---|
ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT | |
ACTION_ADD_AUTH_LAYOUT_MAPPING | |
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE | |
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING | |
ACTION_LOAD_AUTH_LAYOUT_MAPPING | |
ACTION_SET_AUTH_LAYOUT_MAPPING | Do not add a side effect to this action |
addAuthoringLayoutMappingAction | |
addAuthoringLayoutMappingIfNonExistentAction | Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutMappingAction. |
AUTH_LAYOUT_MAPPING_FEATURE | |
authLayoutMappingFeatureReducer | |
authoringLayoutMappingFeature | Exposes the feature module selector |
authoringLayoutMappingReducer | reducers for authoring content |
guaranteeAuthoringLayoutMappingAction | |
guaranteeAuthoringLayoutMappingByTypeAction | |
loadAuthoringLayoutMappingAction | |
selectAuthLayoutMappingFeature | Select the authoring type feature |
selectAuthoringLayoutMapping | |
selectAuthoringLayoutMappingByTypeId | |
setAuthoringLayoutMappingAction | |
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AuthLayoutMappingFeatureState
Signature:
export interface AuthLayoutMappingFeatureState
Property | Type | Description |
---|---|---|
authLayoutMapping | AuthoringLayoutMappingState |
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT
Signature:
ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT = "ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_ADD_AUTH_LAYOUT_MAPPING
Signature:
ACTION_ADD_AUTH_LAYOUT_MAPPING = "ACTION_ADD_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE
Signature:
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE = "ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING
Signature:
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING = "ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_LOAD_AUTH_LAYOUT_MAPPING
Signature:
ACTION_LOAD_AUTH_LAYOUT_MAPPING = "ACTION_LOAD_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_SET_AUTH_LAYOUT_MAPPING
Do not add a side effect to this action
Signature:
ACTION_SET_AUTH_LAYOUT_MAPPING = "ACTION_SET_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > addAuthoringLayoutMappingAction
Signature:
addAuthoringLayoutMappingAction: UnaryFunction<AuthoringLayoutMapping, AddAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > addAuthoringLayoutMappingIfNonExistentAction
Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutMappingAction.
Signature:
addAuthoringLayoutMappingIfNonExistentAction: UnaryFunction<AuthoringLayoutMapping, AddAuthoringLayoutMappingIfNonExistentAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AUTH_LAYOUT_MAPPING_FEATURE
Signature:
AUTH_LAYOUT_MAPPING_FEATURE = "authLayoutMapping"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authLayoutMappingFeatureReducer
Signature:
authLayoutMappingFeatureReducer: {
authLayoutMapping: import("redux").Reducer<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>, import("./auth.layout.mapping.actions").AddAuthoringLayoutMappingAction | import("./auth.layout.mapping.actions").SetAuthoringLayoutMappingAction>;
}
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authoringLayoutMappingFeature
Exposes the feature module selector
Signature:
authoringLayoutMappingFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>, AuthLayoutMappingFeatureState, import("redux").AnyAction, import("redux").AnyAction, any>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authoringLayoutMappingReducer
reducers for authoring content
Signature:
authoringLayoutMappingReducer: Reducer<AuthoringLayoutMappingState, AddAuthoringLayoutMappingAction | SetAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > guaranteeAuthoringLayoutMappingAction
Signature:
guaranteeAuthoringLayoutMappingAction: UnaryFunction<string, GuaranteeAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > guaranteeAuthoringLayoutMappingByTypeAction
Signature:
guaranteeAuthoringLayoutMappingByTypeAction: UnaryFunction<string, GuaranteeAuthoringLayoutMappingByTypeAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > loadAuthoringLayoutMappingAction
Signature:
loadAuthoringLayoutMappingAction: UnaryFunction<string, LoadAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthLayoutMappingFeature
Select the authoring type feature
Signature:
selectAuthLayoutMappingFeature: import("rxjs").UnaryFunction<Record<string, any>, Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthoringLayoutMapping
Signature:
selectAuthoringLayoutMapping: UnaryFunction<string, UnaryFunction<AuthoringLayoutMappingState, AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthoringLayoutMappingByTypeId
Signature:
selectAuthoringLayoutMappingByTypeId: UnaryFunction<string, UnaryFunction<AuthoringLayoutMappingState, AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > setAuthoringLayoutMappingAction
Signature:
setAuthoringLayoutMappingAction: UnaryFunction<AuthoringLayoutMapping, SetAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > VERSION
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AuthoringLayoutMappingState
Signature:
export declare type AuthoringLayoutMappingState = Record<string, AuthoringLayoutMapping>;
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AuthLayoutMappingFeatureState > authLayoutMapping
Signature:
[AUTH_LAYOUT_MAPPING_FEATURE]: AuthoringLayoutMappingState;
FAQs
Implementation of a redux feature to manage authoring layout mappings.
The npm package @acoustic-content-sdk/redux-feature-auth-layout-mapping receives a total of 0 weekly downloads. As such, @acoustic-content-sdk/redux-feature-auth-layout-mapping popularity was classified as not popular.
We found that @acoustic-content-sdk/redux-feature-auth-layout-mapping demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.