TransferState and NgRx
Opened this issue · 1 comments
giovannidias1 commented
Is TransferState and NgRx the same thing? if I'm using NgRx they don't need TransferState?
ganatan commented
TransferSate is used with the SSR to enhance an http call.
NgRx provide reactive state.
You can use NgRx with SSR.
You can use NgRx with or without Transferstate.
The example without TransferSate is
https://github.com/ganatan/angular-ssr