ganatan / angular-app

Angular 18 ,Bootstrap 5, Node.js, Express.js, CRUD, PWA, SSR, SEO, Lazy Loading, Examples Angular & React nrwl
646 stars 315 forks source link

TransferState and NgRx #19

Open giovannidias1 opened 2 years ago

giovannidias1 commented 2 years ago

Is TransferState and NgRx the same thing? if I'm using NgRx they don't need TransferState?

ganatan commented 2 years ago

Hi @giovannidias1

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