Josh Matz
Member since Sep 19, 2015
- Profile: /members/12831-josh-matz.htm
- URL: http://joshmatz.com
- Comments: 3
Recent Blog Comments By Josh Matz
-
The User Experience (UX) Of Ceremony And Self-Priming
Posted on Oct 14, 2015 at 2:39 PM
Really like this idea, it's a good way to think about it! I think a good unconscious example would be loading screens in games like Starcraft. People might find them annoying, but they build up a pretty good amount of tension to flip that switch. The first few moments when a game starts are also ge... read more »
-
Attaching Dynamic Event Handlers To Proxied Child Elements In ReactJS
Posted on Sep 19, 2015 at 4:32 PM
@Ben, Doh! I just missed the way you were setting the props. Thanks for pointing it out!... read more »
-
Attaching Dynamic Event Handlers To Proxied Child Elements In ReactJS
Posted on Sep 19, 2015 at 3:31 PM
Woah -- it's almost magic! I'm curious how this is working, though. Event handlers in React are usually done via props on the component, right? But here we're not setting those. Instead we're setting this.state.onEvent. Is that what React does behind the scenes when we're setting props on a compone... read more »