I hereby claim:
- I am hiasinho on github.
- I am hiasinho (https://keybase.io/hiasinho) on keybase.
- I have a public key whose fingerprint is 4423 7E1F 5370 B2A6 3052 1786 E039 4132 C5A8 2ECE
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Foundation Grid | |
// | |
// A Sticky used on canvases | |
// | |
// Markup: | |
// <div class="row"> | |
// <div class="small-2 large-4 columns"><div class="kss-example-component">...</div></div> | |
// <div class="small-4 large-4 columns"><div class="kss-example-component">...</div></div> | |
// <div class="small-6 large-4 columns"><div class="kss-example-component">...</div></div> | |
// </div> |
#! /bin/bash | |
RED='\033[0;31m' | |
YELLOW='\033[1;33m' | |
NC='\033[0m' # No Color | |
FILE_TYPES="\.(erb|html|haml|rb|js|jsx|cjsx)" | |
CLASSES_PREFIX="class(Name)?=[\"\'](.*\s)?" | |
SELECTORS=( |
import React, {PropTypes} from 'react'; | |
import {connect} from 'react-redux'; | |
import {bindActionCreators} from 'redux'; | |
import TodoActions as actions from '../actions'; | |
import TodoList from '../components/TodoList'; | |
// This is for POJO | |
import { query } from '../utils/helpersPojo' | |
// Uncomment this is for Immutable.js |
var hello = "Hello Hias!"; | |
console.log(hello); |
The Modern.ie Virtual Machine Images – VMs used for testing several versions of IE – are now also available as vagrant boxes. Here’s the list:
References:
Backbone.React = {} unless Backbone.React | |
Backbone.React.Base = {} unless Backbone.React.Base | |
### | |
Backbone React Base Mixin | |
========================= | |
Usage example: | |
-------------- |