Live data from Hacker News

Viewing profile — alexey2020

alexey2020

HN member
Joined
Wed, Dec 02, 2020, 5:33 PM UTC
HN karma
70
Public activity
38 items

About alexey2020

I'm a father of two. Most of the time people find me sitting in front of a computer and building software. At the moment trying out to be a maker and build my own product

Recent public activity

  1. comment
    Comment #39560846

    That's cool and definitely the future of HTML streaming, it simplifies things a lot: js enabled out-of-order streaming leads to SEO problems and frameworks usually need to come up …

  2. comment
    Comment #39479459

    came here to write a similar comment. Totally agree! Focusing on a particular metric for the sake of the metric - what's the point? Let's spend a couple months, refactor an app to …

  3. comment
    Comment #29576031

    >But in the article, you wrote: I also wrote a bit below: "be transparent to components and not affect their logic in any way (make components think they communicate to Backend dir…

  4. comment
    Comment #29571061

    Thank you for the valuable feedback! Very good question about the difference between `getFromStore` and `useBookQuery`. When using `getFromStore` you have the expectation that the …

  5. comment
    Comment #29567421

    >the quality and intent Marin fowler’s of writing is actually respectable. Sorry, didn't want to be picky, but the article you mentioned is not written by MarTin Fowler. And I also…

  6. comment
    Comment #29566995

    "the small cognitive load" - true that! Thanks for the link to the podcast. Will definitely check this out

  7. comment
    Comment #29564607

    >Whether the action goes and fetches data from the server doesn't matter I tried to explain in the article why it matters. If you are comfortable with putting all the data in a sin…

  8. comment
    Comment #29564330

    >Let's say you want to add a button somewhere that hides/shows another widget. That's a good case. This is purely UI state, right? (we don't store it on the server). For UI state w…

  9. comment
    Comment #29563865

    Agree. There are applications where widgets approach would not bring much benefits. Let say, applications with lots of UI state (state that doesn't exist on Server). Also not sure …

  10. comment
    Comment #29563828

    >Seems like it could create a lot more code with less re-usage, since every widget has to manage this themselves. It might create a bit more code in components, agree. I think this…

  11. comment
    Comment #29563778

    With pure Redux approach the mutation flow is more complex: - send mutation request to Backend - fetch updated data - put the updated data in the Store - see the updated data propa…

  12. story
  13. story
  14. comment
    Comment #26888660

    The report is split into 6 parts. Each part is dedicated to one of the 6 major categories in Frontend Development: Frontend Frameworks https://moiva.io/blog/2021-q1-state-of-js-fra…

  15. story
  16. comment
    Comment #26646208

    So much enjoyed the reading! I like that kind of stuff - nothing serious and lots of fun. Well done!

  17. comment
    Comment #26600553

    If there is no cached data, then it doesn't matter. With Vercel it doesn't matter even in case there is valid cached data, because Vercel doesn't execute the function in that case.…

  18. comment
    Comment #26589569

    Wow, thanks for the insight and ideas! Agree, having native running runtime at edge can can give a start to some interesting projects

  19. comment
    Comment #26589541

    if it's a real issue and you have to issue lots of subrequests, then you don't really get advantage from all Cloudflare micro-optimisations. In such situation I would suggest to lo…

  20. comment
    Comment #26589519

    Serverless are not all the same. Cloudflare uses V8 and you can't require npm packages, right. Vercel and many other implementations use NodeJS and you Can require npm packages.

  21. comment
    Comment #26589246

    Right. It's not missing. I pointed that out in the "Serverless Functions requests handling" section, also visually

  22. comment
    Comment #26584887

    Thanks for feedback! Caching... it took me time to get my head around it. With Vercel it works more or less the way I imagined. It surprised me that Cloudflare has a different appr…

  23. comment
    Comment #26584791

    > in what situation is it really worth all the added complexity of risk of pushing out functions to the edge If you are talking about developer point of view, then there is no addi…

  24. comment
    Comment #26584459

    AFAIU all the buzz is about good manners. If you announce smth with pomp, it's good to not forget about those who has contributed to the achievements

  25. story