Skip to content

Instantly share code, notes, and snippets.

View ansonkao's full-sized avatar
😀

Anson Kao ansonkao

😀
View GitHub Profile
@ansonkao
ansonkao / gist:8e4b85112f4ce07302904702a5b82498
Created November 15, 2017 17:50
Blockstack Verification
Verifying my Blockstack ID is secured with the address 1LaaV8ciUVFhfKK4H3RBt37AfRQX3wKR5J https://explorer.blockstack.org/address/1LaaV8ciUVFhfKK4H3RBt37AfRQX3wKR5J
@ansonkao
ansonkao / FruitSearch.js
Created December 9, 2015 21:39
Super simple example of React smart vs dumb components
import React, { Component } from 'react';
import Fruits from './Fruits.js';
export default class FruitSearch extends Component {
constructor() {
super();
this.state = {
fruits: [
"Apple",