This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Replies: 1 comment
-
The selector will only continue execution if a dependency is no longer pending. So, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
Please excuse, if this is not the place to ask questions.
Consider this, There are 2 atoms in the selector, this selector calls a back end API, but It needs both atoms state before firing a async request to the back end, is there a solution to have a "AND" clause that will ensure both atoms have state before firing off a request? I know that I can add "if" check if the state is "valid" before submitting a request, but wondering if there was a built in solution.
Beta Was this translation helpful? Give feedback.
All reactions