What's the recommended approach for handling large field arrays (30+ rows) where each row has multiple interdependent fields?
I have a billing form with dynamically added line items. Each row has ~7 fields including async selects, and some fields are derived from others (e.g., fromPayer = amount + markup + salesTax). When I bulk-add 30+ rows, the UI freezes for several seconds.