Ability to Pre Fetch Action chain JSON's
Summary:
Content (required):
The recent change of having the Action chain logic into its own file is great from development perspective since it reduces conflicts by a great deal.
But one issue that we have been seeing is that the first time action on any component is delayed as the corresponding Action Chain file has to be downloaded. Even though it only takes a split second but it causes a lot of issues. For example ,
In editable table as we loose focus/edit mode if we tab out as the next column is disabled/readonly till the first columns value changes.
0