Matt Krick
Matt Krick
Styling is always a pain. However, I think moving to react-look would make them less of a pain. https://github.com/rofrischmann/react-look general info on inline styling: http://engineering.khanacademy.org/posts/aphrodite-inline-css.htm (aphrodite is very similar to...
probably needs to be a REALLY big json to be a net win, but for something like relay that aggregates queries in 1 HTTP roundtrip, this could get interesting... https://jakearchibald.com/2016/streams-ftw/
Currently, import-order is a little wonky, maybe even buggy. let's let the dust settle & try again around June 2016.
Currently, we've got a dev:client config & a production config that doubles as the dev:server. There's some minor differences between developing on the server & running in production mode. Primarily,...
SignUp Reqs: - Captcha - client-side validation - Attempt login if user already exists (done) Login Reqs: - no client-side validation - hide wrong field (email/pass) from the client (smarter...
The latest version of V8 can optimize functions that have `let` and `const`. This _should_ provide some performance gain. Node 4.2+ takes it just fine, as does Chrome & Firefox...
`XINFO consumers` should respond with an array, whether it's RESP2 or RESP3 (https://redis.io/commands/xinfo-consumers/), but when I call it I get a map back. If there is only 1 consumer, the...
we've got a `migrate.sh` that has an awful lot of migrate-specific logic in it. when should move that logic inside this package.