http://www.reactd3.org/
https://github.com/yang-wei/rd3
http://oli.me.uk/2015/09/09/d3-within-react-the-right-way/
https://github.com/QubitProducts/d3-react-sparkline
http://www.adeveloperdiary.com/react-js/create-reusable-charts-react-d3-part1/
http://www.adeveloperdiary.com/d3-js/how-to-integrate-react-and-d3-the-right-way/
https://adeveloperdiary.github.io/react-d3-charts/02_Admin_Dashboard/part4/index.html
https://adeveloperdiary.github.io/react-d3-charts/01_Visitor_Dashboard/index.html
https://github.com/Olical/react-faux-dom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add circle.yml to project | |
- delete GitHub repo CircleCI services | |
- delete GitHub repo deploy keys | |
- turn off Project Watching on Circle CI | |
Should now be in a default state. | |
- turn on Project Watching on Circle CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import ProfileInfo from './ProfileInfo.jsx'; | |
const DRAG_THRESHOLD_PERCENTAGE = 30; | |
class VoteProfile extends React.Component { | |
constructor(props) { | |
super(props); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.npmjs.com/package/python-shell | |
http://www.r-bloggers.com/new-in-v8-calling-r-from-javascript-from-r-from-javascript/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="prefetch" href="/images/landing/hero.jpg"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Daniel Rinehart | |
https://groups.google.com/forum/#!searchin/nightwatchjs/radio|sort:relevance/nightwatchjs/PV-zaHLRtsA/2nbZ8v1ud84J | |
``` | |
module.exports = { | |
'Form': function(browser) { | |
browser | |
.url('http://nightwatch-form.herokuapp.com/') | |
.setValue('input[name="first_name"]', 'First') | |
.setValue('input[name="last_name"]', 'Last') | |
.click('select[name="dob_month"] option[value="3"]') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/36269581/meteor-rendering-a-blaze-template-within-a-react-template | |
To render blaze from react, you make a wrapper class: | |
``` | |
AccountsWrapper = React.createClass({ | |
componentDidMount() { | |
this.view = Blaze.render(Template.Accounts, | |
React.findDOMNode(this.refs.container)); | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/jalik/jalik-ufs |
A team member (or self) has checked in a few bad commits into GitHub and broken the build. Here's how to move their commits into a new branch, and bring master back to green.
git pull origin development
git checkout -b prune
git push origin prune
git checkout development
git reset --hard 2c9ab34fe1bee4c0c124ab6da35e47c7ee020619
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
One Common Language | |
Verified and Validated | |
Database Everywhere | |
Follow the Ecosystem | |
Isomorphisms Equal Productivity | |
Ergonomic Design | |
Standards Compliant |