Replies: 1 comment 2 replies
-
What does If you want to avoid |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vue I have something like this:
I am trying to do the same here in my first attempts:
But I start to struggle trying to find how to make the requests (get token/retry, post) and then apply logic without using
create_resource
or async_move. (trying to find how to handle the logic ofclient <---> backend
and keep the views apart) but maybe I am getting it wrong, therefore wondering how could I manage all this and based on the results just update the views.Beta Was this translation helpful? Give feedback.
All reactions