Replies: 2 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
7 replies
-
Any further ideas on this? I am trying to use Unicorn in one new part of an existing app, and the communication issue came up. The pattern I often see is that there are different kinds of components: one is more like a Django Field, and one is more like a Django View. One idea could be that View components could be nested, but Field components could not, or something like that. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How useful would it be to be able to access a component's data from another component? Right now, the closest thing is https://www.django-unicorn.com/docs/actions#calling-methods, but that's a little different.
Beta Was this translation helpful? Give feedback.
All reactions