Live data from Hacker News

Viewing profile — midway

midway

HN member
Joined
Tue, Jan 22, 2019, 6:00 PM UTC
HN karma
14
Public activity
26 items

About midway

No profile information was provided.

Recent public activity

  1. comment
    Comment #19216072

    > It is possible that an admin changed the title Still strange. Why should an admin change the submission of a random user if it doesn't breach any of HN's rules? Maybe because it'…

  2. comment
    Comment #19215672

    While I agree with most what you wrote, I still think that setting up a legal entity is a good first step. Most wannabes struggle with starting. They wait for the perfect idea, the…

  3. comment
    Comment #19215655

    Interesting: The title was changed ('57-Page' was removed) while the comment which classified the prior title as close to click-bait was downvoted. I didn't know that users could c…

  4. comment
    Comment #19215129

    Catchy title with strong words ('57-page', 'YC'), no real click-bait but close. I skimmed the first pages and most of the advice is neither wrong or bad. Still, reading a lenghty 5…

  5. comment
    Comment #19186539

    Turn-key ready http2 which is significantly faster.

  6. comment
    Comment #19159662

    Not commenting about the transfer but the urge from some to move this to the koajs organization (which is silly request): Great about koa is that it's not a monoculture like expres…

  7. comment
  8. comment
    Comment #19136293

    Interesting read from Dec 2018 [1] about Next.js: SSR throughput of your server is significantly less than CSR throughput. For react in particular, the throughput impact is extreme…

  9. comment
    Comment #19135871

    > they are only adding static types. The parent says something different and if it were just about adding types then you need just to add a file to DefinitelyTyped which I guess ha…

  10. comment
    Comment #19135840

    > Next.js is also going to help you with [...] routing I respect your experience and knowledge but people in this thread say exactly the opposite: Next.js' routing is actually not …

  11. comment
    Comment #19135810

    This is great comment and while Zeit/Next.js related folks are happy to explain in this thread why Next is so great, they're not give us any reason why we need to login for a rando…

  12. comment
    Comment #19135683

    > they started to rewrite the core of Next.js This is such an important piece of information. Imagine you opt for Next and have to rewrite your app soon. I know, APIs can be backwa…

  13. comment
    Comment #19135601

    > How can that be possible? The DNS lookup takes longer than that and you still haven't even gotten to your site. Me too. But if you ever did marketing landing pages for products y…

  14. comment
    Comment #19135571

    > How can that be possible? The DNS lookup takes longer than that and you still haven't even gotten to your site. I wrote without networking time which includes DNS lookup

  15. comment
    Comment #19135558

    Next.js is some over-engineered thing without a proper use case. If Next.js was good in SEO, nextjs.org would rank well on the search query 'react ssr' but you know what, it couldn…

  16. comment
    Comment #19133974

    Sorry but I disagree. Just take any of your a bit bigger React projects and transform them to Next or the way around. In. One. Hour. And production-ready please. Good luck, man (th…

  17. comment
    Comment #19133909

    > prefetching Prefetching is a questionable and a lot discussed feature, do you want to prefetch all the 50 links on my page? Even if you think this a great feature, I am sure the …

  18. comment
    Comment #19133849

    Then why don't you just use the automatic code splitting of CRA?? And it's not generic, if you ever worked on a years old code base you are happy if complexity is low. Do you know …

  19. comment
    Comment #19133846

    This is the wrong question. I use React for SPA use cases and then initial loading time is secondary but I tell you something, my stock React SPA with tons of js and assets has fol…

  20. comment
    Comment #19133804

    Pls check my other comment, anything you add to your code adds complexity and a natural lock-in. Maintainable code is not about adding every lib which crosses your way.

  21. comment
    Comment #19133780

    Of course there is a lock-in. Every lib you use locks you in. You don't know how many libs don't play well together. The more code and libs you add to your app the more complexity.…

  22. comment
    Comment #19133756

    > Next.js [...] loads a little faster IDK, my dockerized express site loads much faster. At 20ms without network time (and this w/o caching). My real React SPA give you instant (0m…

  23. comment
    Comment #19133707

    Still don't get it. Next.js gives you a vendor lock-in and its features are easily avail w/o Next (eg. automatic code-splitting, this is standard stuff in CRA, why the fuss?). If y…

  24. comment
    Comment #19133507

    What I don't get: Either you go full SPA or SSR. And If you go for latter then you can choose any stack, e.g. Rails, express with pug, Django, PHP, etc. Why do people take React's …

  25. comment
    Comment #19013176

    Man, Moonscript looks amazing, reminiscent of pug/Jade. Anyone experienced Moonscript? How is it, how is the ecosystem, is it fun?