The restful-react library, which we're currently using, provides some very convenient features, especially the fetchers codegen.
However, all current vulnerabilities reported by npm audit (except for 1 in canvas where a fix already exists) are due to restful-react. Moreover, it uses a lot of deprecated libraries (e.g. request has been deprecated for almost 3 years) and is largely unmaintained at this point.
We should look into alternatives that provide a similar feature set.
The restful-react library, which we're currently using, provides some very convenient features, especially the fetchers codegen.
However, all current vulnerabilities reported by
npm audit(except for 1 in canvas where a fix already exists) are due to restful-react. Moreover, it uses a lot of deprecated libraries (e.g. request has been deprecated for almost 3 years) and is largely unmaintained at this point.We should look into alternatives that provide a similar feature set.