Articles with #state-management

  • rx-angular/state を使ったコンポーネントローカル状態管理
    2022-10-26
    Angular v14からのスタンドアロンコンポーネントを中心とした新しい流れの中で、RxAngularファミリーの @rx-angular/state を使ったAngularコンポーネントの状態管理が個人的に気に入っているので紹介したい。
  • Angularアプリケーションの状態管理パターン
    2022-05-11
    Angularアプリケーションの状態管理の方法はさまざまな実装がありえるが、その中でも典型的ないくつかのパターンを、それがどのようなニーズがあって選ばれるのかという考察を踏まえながら列挙する。
  • Angular: Using NgRx Store with Redux Toolkit 🚀
    2020-12-16
    This article introduces the idea of combining NgRx Store, the de facto standard state management library for Angular applications, with the Redux Toolkit, a library from the Redux team. I expect that this will eventually become the solid configuration for Angular applications. What is the Redux Toolkit (RTK)? If you are already familiar with the Redux Toolkit, you can find it in the following “NgRx Store with RTK” section. The Redux Toolkit (RTK) is the official library of the Redux development team.