HN user

caseywebdev

21 karma

[ my public key: https://keybase.io/caseywebdev; my proof: https://keybase.io/caseywebdev/sigs/g1RUkSQZHstpubaD6MtjpzNXCMWZviCHLG3kYMR3Aj8 ]

Posts2
Comments10
View on HN

I've had my topcase replaced and the problems just came back months later. Does anyone know if they have a solution to this problem or is their plan to just have me ship my machine to them every six months and avoid the class action?

What the Flux? 11 years ago

such as changing data in sibling components

[Cursors] can help a lot with this problem. As far as sibling/child components know, they own the state, but they're really using immutability helpers to update a larger encompassing state object.

[Cursors]: https://github.com/caseywebdev/cursors

What the Flux? 11 years ago

I'm a fan of [superagent] for AJAX. The React lib is big, but its declarative nature has lead to fewer and easier-to-diagnose bugs for us, which is ultimately a win for the end user. I've been using it exclusively on new projects for months now and I'm a Backbone.js core contributor ;)

superagent: https://github.com/visionmedia/superagent