Peter Labos

Results 11 comments of Peter Labos

`{"level":"error","ts":1614297333.1600995,"logger":"http.handlers.reverse_proxy","msg":"aborting with incomplete response","error":"http2: stream closed"}` This is happening with local Docker configuration and reverse proxy is to Next/React PWA app and Chrome browser (haven't tried another one). To see...

Thinking if the same problem will be in a production. I tried redirect to generated html app and haven't noticed a problem so far. React app in api-platform is generating...

Arrows were issue only with window size and `perPage` settings is working. Unfortunatelly pagination per page dropdown is not possible to change to display only one option 30, as this...

Probably yes, but for some reason it is not working for me. I can paste here whole jsonld doc if you are able to check what is going on. I...

yes, but specific PATCH format (merge-patch+json) may send all the data. And I think I found something about this partial PATCH in React Admin issues. Will send link here in...

Probably more relevant than anything below is this piece of code from React Admin repo: https://github.com/marmelab/react-admin/blob/master/packages/ra-core/src/actions/dataActions/crudUpdate.ts which is using "previousData". https://github.com/marmelab/react-admin/issues/256 and also this one, but not sure how much...

I am not sure if there is any point in having final and private methods and variables in the abstract public-facing class like Application/UI/Presenter. Internal methods may be marked as...

I understand useMemo is used for expensive computations, but somehow failing to understand why in tutorial user or increment are defined as expensive computations? Is it just random example to...

Thank you for explanation. It makes more sense to me now. I have also checked React site for useMemo. There are more possible use cases. It's more that I am...

@petrparolek There were more tags previously? OK, that's not good. @dg Can we count that this one will stay? I think I am not alone creating projects through tag/version, e.g.:...