Viewing profile — jvain
jvain
HN member- Joined
- Thu, Jul 07, 2011, 8:34 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jvain
No profile information was provided.
Recent public activity
-
comment
Comment #17573256
Shouldn't the doFilter function use query instead of this.state.query? const doFilter = query => user => query === user.name;
-
comment
Comment #13232000
Booleans, how do they work? const DEBUG = process.env.NODE_ENV !== 'production' module.exports = { debug: DEBUG ? true : false
- comment
-
comment
Comment #2737736
There's a new book from Khoi Vinh, just read it and liked it a lot. Also it's the first book on applying grid based design on web sites instead of print: http://www.subtraction.com…