function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Edmondo PorcuEdmondo Porcu 

Best Pratices to save component state in Lightning

We'd like to create a lightning component that allows user to edit data and resume before committing to Salesforce. What is the best practice in terms of saving the component state? Storing data as JSON in a long text area?

 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Edmondo,

May I Suggest you Please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Edmondo PorcuEdmondo Porcu
I need to save before committing to the database, not saving SObjects