Live data from Hacker News

Viewing profile — HenrikJoreteg

HenrikJoreteg

HN member
Joined
Sat, Oct 30, 2010, 7:03 AM UTC
HN karma
471
Public activity
65 items

About HenrikJoreteg

No profile information was provided.

Recent public activity

  1. comment
    Comment #27024869

    Then by all means, don't use it. The point is that Apple's policies don't allow other browsers to actually compete on their platform. So users don't get to make the choice. All bro…

  2. comment
    Comment #27024783

    Any mention of specific APIs misses the point. It's fine if they want don't want to implement everything. The point is that if they don't get to simultaneously say: 1. The Web is a…

  3. story
  4. comment
    Comment #19471315

    I use graphql extensively as an API for apps I've built this way. But I don't feel like it really fundamentally changes very much in the client (other than much more efficient data…

  5. comment
    Comment #19470780

    Hey, author of the post here... reframe does seem very similar conceptually (I wasn't aware of it, thanks for the link). Another interesting parallel between the two is that I impl…

  6. comment
    Comment #19470747

    Another way to put it selectors are a particular view of the data that's in the store.

  7. story
  8. story
  9. comment
    Comment #10420674

    Just to clarify, I'm not suggesting doing we should do full page refreshes or that we shouldn't be doing single page apps. I'm all for minimal server-side interactions once loaded …

  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #8143920

    Related advisories: https://nodesecurity.io/advisories/qs_dos_extended_event_loo... https://nodesecurity.io/advisories/qs_dos_memory_exhaustion

  15. story
  16. comment
    Comment #7951895

    We build lots of complex interactive views with it. Probably should share some more examples. We support declarative subviews, that might be what you're looking for: http://ampersa…

  17. comment
    Comment #7951889

    4. we are enforcing this with jshint and pre-commit hooks (should better document that, but we are doing that). 7. Yup, we'll keep doing more here. We just announced it! :) "less m…

  18. comment
    Comment #7951867

    Eran's post is definitely good. We've tried to do that "hard work of pulling together modules and make sure that work together" he refers to, for the core stuff in ampersand. Also,…

  19. comment
    Comment #7951856

    In this case, they're meant to be as simple as possible and the individual field-views can do whatever they prefer, as they're the ones rendering them. The parent form only gets a …

  20. comment
    Comment #7951810

    Yup, I don't disagree, this fact sucks. If you keep reading you'll notice I suggest not doing this for apps that aren't behind a login. You can use login pages to prime caches, pre…

  21. comment
    Comment #7951763

    Oh, got it. I misread the original comment.

  22. comment
    Comment #7951759

    My main point was just that it's never felt right for me personally when I try to write too much logic into templates directly. Because at the point where you hit the limit of what…

  23. comment
    Comment #7951729

    Sencha/ExtJS does certainly give you a lot of stuff out of the box, which is really cool. The main pain points I had were when building with it emerged when I had to do something t…

  24. comment
    Comment #7951712

    Haha, this is an epic typo :) Sorry, will fix.

  25. comment
    Comment #7951703

    It's merely an opinion, to each their own. If AMD works well for you, that's great.