UI kit GitHub - phork/phorkit: Phork/it is a React UI kit.Phork/it is a React UI kit. Contribute to phork/phorkit development by creating an account on GitHub.GitHubphorkRustui Xilem:
AWS S3 - Keep the regions same for prod,dev,stagingI got a production s3 bucket in one region and the dev bucket was created in another region. This caused an error The
Recently I faced a problem where my useEffect is not triggering the unmount code which is the return function. Reason is that there was an async call for some stupid reason.
Normally create operation on a service expects an object to create a record. But we can add multiple records at the same request. First you have to enable that in the service options. Then send the data as an array of objects itself
There are conditions where you need to bulk delete or patch operations in feathersjs. So enable the multi option in service