Mrga55

Results 4 comments of Mrga55

Thanks for the answers for solid I will look into it but my company is using react JS, is there some website/source where react team release their plans just to...

Just implement signals. It will reduce complexity. - normal setting and getting of value - we will have real getter - you can use signals for rendering task and comunication...

Yes I know my team decided to use signals because we are targeting large scale application and signals is better. We are building our UI mostly in-house not a lot...

Actually signals can be used like component state (targeted updates), context state (communication pub/sub) and global state. One system for all cases. I have experience with signals about 10 years...