Skip to content

Instantly share code, notes, and snippets.

View lexyking's full-sized avatar
👁️
Laus Deo !

Joan Yassi lexyking

👁️
Laus Deo !
  • London
View GitHub Profile
@lexyking
lexyking / plink-plonk.js
Created February 17, 2020 09:52 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@lexyking
lexyking / ContactForm.js
Created July 14, 2019 04:58 — forked from elitan/ContactForm.js
React Router V4 Redirect after form submission
import React, { Component } from 'react';
import {
withRouter
} from 'react-router-dom';
class ContactForm extends Component {
submitForm (e) {
e.preventDefault()