From 480aa9700e211dbbb0bfd2fc6f037e5c3d9ab5ab Mon Sep 17 00:00:00 2001 From: Jared M <52671000+jmaddox19@users.noreply.github.com> Date: Tue, 23 Jun 2020 17:33:40 -0700 Subject: [PATCH] Add resource for blog explaining preventDefault() --- React/forms.md | 1 + 1 file changed, 1 insertion(+) diff --git a/React/forms.md b/React/forms.md index 9c1c7a729..7aab96928 100644 --- a/React/forms.md +++ b/React/forms.md @@ -275,5 +275,6 @@ Forms in a React component can be bound to a component's state which allows it t ## Additional Resources - [React Docs: Forms](https://reactjs.org/docs/forms.html) +- [What is preventDefault()?](https://www.robinwieruch.de/react-preventdefault) - [An Imperative Guide to Forms in React](https://blog.logrocket.com/an-imperative-guide-to-forms-in-react-927d9670170a) - [Controlled & Uncontrolled form inputs](https://goshakkk.name/controlled-vs-uncontrolled-inputs-react/)