Daily Archives: November 1, 2019


Ngrx 笔记

课程资源: www.ultimatecourse.com 3 principles in Redux single source of truth One state tree inside store predictability, maintainability universal apps (SSR) testing and debugging State is read-only Derive properties from state Dispatch actions to change the state Immutable update patterns return a new array, rather than change the current one pure […]