5 pointsby mattsadowsky3 hours ago2 comments
  • 1taimoorkhan03 hours ago
    Curious how you handle state when the user interacts with the generated UI. Does an interaction trigger a new LLM call, or does the component manage its own state independently?
    • gitsad3 hours ago
      you manage your state in your codebase, MDMA exposes this passed data for you that you can do whatever you want with this
  • mattsadowsky3 hours ago
    [flagged]