Skip to content

Instantly share code, notes, and snippets.

View fkautz's full-sized avatar

Frederick F. Kautz IV fkautz

View GitHub Profile

2015-01-29 Unofficial Relay FAQ

Compilation of questions and answers about Relay from React.js Conf.

Disclaimer: I work on Relay at Facebook. Relay is a complex system on which we're iterating aggressively. I'll do my best here to provide accurate, useful answers, but the details are subject to change. I may also be wrong. Feedback and additional questions are welcome.

What is Relay?

Relay is a new framework from Facebook that provides data-fetching functionality for React applications. It was announced at React.js Conf (January 2015).

@EnigmaCurry
EnigmaCurry / easy_install_2to3.py
Created March 25, 2011 02:31
An easy_install that forces packages to undergo 2to3 before installing.
import os
import os.path
import urllib
import tarfile
import tempfile
import shlex
def easy_install_2to3(package_name):
"""A lot of packages work just fine in py3k if you run them
through 2to3, but for whatever reason the authors have been too