Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransferState and NgRx #19

Open
giovannidias1 opened this issue May 9, 2022 · 1 comment
Open

TransferState and NgRx #19

giovannidias1 opened this issue May 9, 2022 · 1 comment

Comments

@giovannidias1
Copy link

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

@ganatan
Copy link
Owner

ganatan commented May 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants