Thomas Suckow

Results 31 comments of Thomas Suckow

To be honest, I've removed `use-http` after posting this and am using my own implementation of `useFetch` that is just a light wrapper on `fetch`.

It is worth noting in my real application they are all different post requests (same endpoint, different body). At least they should be 🤔. They should be GETs but that's...

I'm currently juggling some unrelated work, so it might be a bit before I get around to checking on the bodies.

If you had drag/drop areas you could probably replace react-dnd which is buggy AF. But I just came for the reordering

I find it confusing that JodaTimeSerializers will not deserialize valid ISO8601 format dates if they don't exactly match the mask from DefaultFormats or DefaultFormats.lossless

#905 suggests adding support for returning a function, then at least you could run the parser yourself and return the json.

@apollo/client 3.0.0-rc.0 Changed the behaviour of onCompleted so it must be memoized in the component. We are seeing crazy infinite behavior and are trying to figure out a way in...

I believe they are intending to keep it this way, which I can understand as it probably fixes a lot of edge cases. But it doesn't interact so well with...