DEV Community

Discussion on: What I learned while building a Snake Game with React and Recoil

Collapse
 
chandher05 profile image
Chandher Shekar

This is a great article, but I do have follow up question, so in recoil, it isn't possible to talk to other atoms?
You'd have to pull that data and do the necessary actions?

Collapse
 
hackmel profile image
Rommel Suarez

Thanks for your comment. Yes!!. You are right. The other way though is to use selectors and combine different atoms together.