Skip to content

Instantly share code, notes, and snippets.

View johnlaine1's full-sized avatar

John Laine johnlaine1

View GitHub Profile
@johnlaine1
johnlaine1 / app.js
Created October 10, 2017 21:35 — forked from verticalgrain/app.js
React Router V4 Redirect after form submission
import React, { Component } from 'react'
import { Redirect } from 'react-router'
export default class ContactForm extends Component {
constructor () {
super();
this.state = {
fireRedirect: false
}
}
@johnlaine1
johnlaine1 / .bowerrc
Created June 5, 2016 00:05 — forked from Ehesp/.bowerrc
Gulp Workflow Snippet
{
"directory" : "src/assets/components"
}
drush php-eval 'node_access_rebuild();'