I was wanting to implement <https://www.npmjs.com/package/react-progressive-graceful-image> into my project.
I have ported over a few other libraries, but they all seem to be different.
This one exports a class extending Component<Props,State>
I've been used to using FC, and importing as a ComponentClass, but I'm not sure that is going to work here because of the Separate State?
I didn't notice any examples in the wrappers github that lined up with this either.
Would appreciate any advice, tysm.