JP DeVries

Results 186 comments of JP DeVries

@glortho I suppose I'm not but I'm not opposed to. So far I'm just using `grunt-babel` and some simple React classes. https://github.com/jpdevries/nightair/blob/master/_build/jsx/main.jsx Everything is just in one file and I...

@glortho Ok thanks. That explains the confusion there. I'll check that other solution out. I'd like to get more familiar with this workflow eventually.

Cool I'll check that one out as well. I'm looking to add keyboard listeners to this alarm clock app http://jpdevries.github.io/nightair/ for things like spacebar + h/m to set the alarm....

Got set up with browserify and tried out react-keybindings but it doesn't seem to support things like `'space + h'` to detect when the space bar is held down and...

Currently directory listings responses are cached so the app can draw itself quicker, but I'm still noticing the UI being blocked waiting on XHR requests sometimes. I think it's just...

Helpful reference ![](http://j4p.us/0X0i0l1i3O2C/Screen%20Shot%202017-05-09%20at%2010.37.17%20AM.png)

The new Create File feature is the first example of a "micro plugin". To keep it flexible, you optionally pass in a function and if you do it will add...

would be easy to do with the new VirtualDOM...

Somewhat related: The button bar uses ARIA to act like it is a immediately actionable `` ![](http://j4p.us/0B0v1300310n/Screen%20Shot%202017-03-18%20at%205.27.10%20PM.png)

I was able to reproduce this. Also, if you publish directly from the Create Article page, you don't get a URL at all, just an `Error`. Also noticed that a...