Skip to content

Instantly share code, notes, and snippets.

View JacobAvila's full-sized avatar

Jacob Ávila Camacho JacobAvila

View GitHub Profile
@JacobAvila
JacobAvila / App.js
Created August 17, 2020 00:22
Formularios en React.JS
import React, {Component} from 'react';
import {Row, Col, Form, Input, Label, FormGroup, Button, FormFeedback} from 'reactstrap';
class App extends Component {
constructor(props){
super(props);
this.state = {
nombre: '',
correo: '',