Angularngrxstorereducer语法问题
创始人
2024-10-28 18:00:35
0
  1. 在 reducers/index.ts 文件中,确保使用的 reducer 函数返回一个合法的 state,且 state 的类型需要和 interface 中声明的一致。

例如:

import { ActionReducerMap } from '@ngrx/store'; import { AppState } from '../models/app-state.model'; import { reducer as productReducer } from './product.reducer'; import { reducer as cartReducer } from './cart.reducer';

export const reducers: ActionReducerMap = { products: productReducer, cart: cartReducer };

  1. 在 reducer 函数中,确保所有的 case 分支都返回一个新的 state,而不是修改原先的 state。

例如:

import { ProductActionTypes, ProductActions } from '../actions/product.actions';

export interface ProductState { products: Array; };

export const initialState: ProductState = { products: [] };

export function reducer(state = initialState, action: ProductActions): ProductState { switch (action.type) { case ProductActionTypes.LoadProductsSuccess: { return { ...state, products: action.payload }; } default: { return state; } } }

  1. 在使用 reducer 函数的组件中,需要声明当前组件需要订阅的 state 数据,并通过 map 函数将其映射到组件中的变量。

例如:

import { Component, OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import { ProductState } from '../reducers/product.reducer'; import { LoadProducts } from '../actions/product.actions'; import { Observable } from 'rxjs/Observable'; import { Product } from '../models/product.model';

@Component({ selector: 'app-product-list', templateUrl: './product-list.component.html', styleUrls: ['./product-list.component.css'] }) export class ProductListComponent implements OnInit { products$: Observable>;

constructor(private store: Store) {}

ngOnInit() { this.store.dispatch(new LoadProducts()); this.products$ = this.store.select('products'); }

}

通过以上三个步骤,可以避免在 Angular ngrx store 中出现 reducer 语法问题。

相关内容

热门资讯

透视脚本!wepoker辅助器... 透视脚本!wepoker辅助器(透视)wepoker轻量版透视(都是一直总是有辅助器)-哔哩哔哩1、...
透视app!丽水都莱辅助软件(... 透视app!丽水都莱辅助软件(辅助)潮友辅助器开挂软件(一贯一直总是有挂)-哔哩哔哩1、在潮友辅助器...
透视技巧!德州局怎么透视(透视... 透视技巧!德州局怎么透视(透视)hhpoker免费透视脚本(其实是有脚本)-哔哩哔哩一、hhpoke...
透视技巧!wepoker辅助器... 透视技巧!wepoker辅助器软件下载(透视)wepoker高级辅助(切实是真的有挂)-哔哩哔哩1....
透视神器!wepoker透视脚... 您好,wepoker透视脚本苹果版这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视工具!hhpoker作必弊... 透视工具!hhpoker作必弊码(透视)hhpoker怎么破解(本来是有挂)-哔哩哔哩一、hhpok...
透视技巧!wepoker数据分... 透视技巧!wepoker数据分析(透视)wepoker可以透视码(一直一直都是有透视)-哔哩哔哩1、...
透视方法!wepoker私人局... 透视方法!wepoker私人局俱乐部(透视)wepoker私人局有透视吗(本来一直都是有辅助器)-哔...
透视技巧!wepoker祈福有... 透视技巧!wepoker祈福有用吗(透视)wejoker免费脚本(果然一直都是有脚本)-哔哩哔哩1、...
透视app!wpk辅助购买(透... 透视app!wpk辅助购买(透视)wpk俱乐部是真的吗(都是存在有透视)-哔哩哔哩1、每一步都需要思...