Does the react form take good care of security? Like SQL injection etc
p
porcellus
10/06/2022, 9:20 AM
Hi. The react form should handle most security issues (e.g.: XSS), but SQL injection is the job of the backend. On our end, inputs are sanitized and used in a way that should provide no opportunities for SQL injection.