Hello, I see many project that embed Redux with Angular, and I do not understand why.
I am using a lot Angular, see for instance my last creation (Angular 7) www.oceanvirtuel.eu, which is a rich and very complex app. I am using a store of course, but I build it with a simple native service of Angular. With such a service I share the store between many components, and any change from the DOM or the script, in one component is natively propagated to all other components, and this is actually what the two-way data binding is all about. In real time a dump of my store gives me the instant state of my application (that I all drive to the server to be backuped for instance). Therefore can you explain me the advantage to break the native two-way data binding of Angular with Redux ? Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/83d00d83-acf8-4de2-8de5-4b2aae4a56ae%40googlegroups.com.