I read a lot about Signals which will be released with Angular 16 and did already some coding with it. Pretty awesome!
I heard (and believe) it will probably replace almost all RxJs Code expect async related stuff like fetching an API.
My question: Isn’t it also a good way to handle the state management without third party tools like NgRx? What are your thoughts?
I worked myself in both mentioned technologies