trellisorg / platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ngrx-universal-rehydrate][Question] client-side, server-side actions still needed?

talamaska opened this issue · comments

Hi, found this repo and a youtube video about it while search for a solution on how to make ngrx rehydration with TransferState from the new @angular/ssr.
The source shown in the video is quite different from what I see here. So here are my questions:

  1. Do we still need server-side and client-side separate actions?
  2. How we should deal with lazy-loaded stores in lazy loaded modules?
  3. Have you though of updating the library for angular 17.x?

P.S Actually I have been looking for a diy way with the help of the new api kinda thing. Maybe your first iteration of this library was something I would imagine.