article-react-reddit-widget
article-react-reddit-widget copied to clipboard
How can we pass dynamic data?
I would like to pass some settings data in a variable and it will be an object or complex data. How can I pass these data?
@hkmsadek use data-complexobj="something encoded in json", and then decode it in the component itself :)