appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.11k stars 3.69k forks source link

[Feature]: Make form validations return only diffs in evaluated value #12256

Open ayushpahwa opened 2 years ago

ayushpahwa commented 2 years ago

Is there an existing issue for this?

Summary

The evaluated values today return the whole diff if the form data changes. We need to update this to just run the update on the data that has changed and return partial updates.

Why should this be worked on?

This is to improve the performance jitters faced when a lot of complex UI components are displayed on our query editor page.

nidhi-nair commented 2 years ago

Moving the issue out of the epic since @ayushpahwa intends to pick it up after we deliver Simplify CRUD v1.