web-component-base icon indicating copy to clipboard operation
web-component-base copied to clipboard

improve serialize & deserialize function

Open ayoayco opened this issue 1 year ago • 0 comments

Just opening this idea for exploration. At the moment it can handle 'number', 'boolean', and 'object' with JSON.stringify and JSON.parse ... we can support other types as props if we use an approach like devalue ... but assess the costs too.

ayoayco avatar Dec 13 '23 18:12 ayoayco