React preventdefault not working onsubmit
Supercharger pcv system
It sounds like this is a general React question, and not related to Reactstrap. Your sample above is similar to how you'd do it in jQuery, etc but is not how you should approach it in React: If you are trying to submit a Form via ajax, etc, you typically bind the values to a data object from the props or state, then the onSubmit just references ...
The way, how I try to understand the purpose of any framework is to use it and compare with the already implemented no-framework solution. Sure, most of us, at first hear about a new library from…