Viewing profile — jmreidy
jmreidy
HN member- Joined
- Tue, Mar 22, 2011, 8:16 PM UTC
- HN karma
- 19
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About jmreidy
Recent public activity
- story
-
comment
Comment #8099600
Fluxy has an example of using React + Mori - although it's still a work in progress as Fluxy is developed. https://github.com/jmreidy/fluxy/tree/master/examples/todomv...
-
comment
Comment #8098798
I'm the author of Fluxy and would be happy to answer any questions here. The big benefits of Fluxy vs other Flux approaches is that 1) Stores are built on top of immutable data str…
-
comment
Comment #7781028
Is there a reason why data fetches (e.g. ArticleStore.getByID) don't just return a promise for the return data? I'm guessing the current implementation doesn't return anything, it …
- story
-
comment
Comment #4901373
Very helpful info. Much appreciated!
-
comment
Comment #3534062
Swagger goes part of the way towards solving this problem, at least for REST apis: http://swagger.wordnik.com/ . It's a little annotation heavy for me - I'm guessing you want somet…
-
comment
Comment #2892876
Thanks! I've been happy with how simple vows-bdd has made construction of my integration tests. One big benefit of expresso are its helpers. While it's not difficult to supplement …
-
comment
Comment #2892860
Jasmine is a great library, especially for anyone coming from the Rspec world. The syntax is incredibly similar to Resp, and when Jasmine is written in CoffeeScript, it's one of th…
-
story
The Fallacy of Modern Web Development
@jtaby's drunken rant that JS developers need to stop experimenting with MVC frameworks and start focusing on delivering amazing implementations, a la the new iCloud.