You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, visual editor is invoking lg apis directly which causes unexpected http calls and potential redraws.
according to our previous work on extracting lg logic into lgutils and lgparser, decoupling lg logic will benefit us on editors' maintainability and improve overall engineering quality meanwhile reduce the migration cost when updating lg grammar version in composer.
based on the fact that lg lib itself is evolving outside the loop of composer and visualeditor, we need to inject lg apis in a more proper level. ideally, we can have a standalone module to map field value change to lg changes and finally triggers http calls. it could be shared accross visual and form.
The text was updated successfully, but these errors were encountered:
currently, visual editor is invoking lg apis directly which causes unexpected http calls and potential redraws.
according to our previous work on extracting lg logic into lgutils and lgparser, decoupling lg logic will benefit us on editors' maintainability and improve overall engineering quality meanwhile reduce the migration cost when updating lg grammar version in composer.
based on the fact that lg lib itself is evolving outside the loop of composer and visualeditor, we need to inject lg apis in a more proper level. ideally, we can have a standalone module to map field value change to lg changes and finally triggers http calls. it could be shared accross visual and form.
The text was updated successfully, but these errors were encountered: