-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why there's no "NODE_ADD" type? #87
Comments
Great Question! I think you got the gist of the idea.
|
Thanks for the great details! |
I dig this. however I'm wondering how would one go to handle something like a "signup" flow; where the At this point I'm thinking that a route change or reload would make sense but is there another way? I guess one would want to have something like #233 in the future? |
Since there are
NODE_DELETE
andRANGE_DELETE
types, I'm wondering whyNODE_ADD
is not needed?Personally I'm guessing that's because when you create a new object, it should always belong to one of the edges, hence
RANGE_ADD
is good enough, is that correct?The text was updated successfully, but these errors were encountered: