DEV Community

Discussion on: State Management with NGRX - Introduction

Collapse
 
gc_psk profile image
Giancarlo Buomprisco

Hi, thanks a lot for your comment!

I totally agree with you, my statement should clarify better what I meant.

There are some parts where I found global state to be way overkill for what I was trying to do, for example: transient state and forms.

Notice also: I don't think Redux is the answer to everything, nor the sentence fully states such a thing. I just think that every application should try to adhere to a form of state management and stick to it.

If Redux is taken out of the equation, I think using services powered by Rx with Subjects would be a very good idea.