Live data from Hacker News

Viewing profile — timneutkens

timneutkens

HN member
Joined
Mon, Mar 27, 2017, 10:27 AM UTC
HN karma
36
Public activity
18 items

About timneutkens

No profile information was provided.

Recent public activity

  1. comment
    Comment #22063307

    We're very committed to introducing only the necessary changes and features. On top of that we have an extensive integration test suite to ensure no features are broken when upgrad…

  2. comment
    Comment #22063296

    > There are features/patterns in Next.js that made sense 6 months / a year ago but are now not preferred Do you have an example of what changed? We haven't really made any breaking…

  3. story
  4. comment
    Comment #19144534

    > great that you're iterating based on feedback Thank you for providing feedback in a friendly way, we're always happy to improve where possible! In case you're curious we have a W…

  5. comment
    Comment #19144495

    Great explanation @mAritz! Thank you for your feedback @Ndymium, we've shipped a new version of the website that has a loading indication (based on the with-loading example posted …

  6. comment
    Comment #19137302

    We're currently working on rewriting /learn to not require any login while still retaining the gamification element (in offline storage). Meaning that you get the best of both worl…

  7. comment
    Comment #19136652

    Max is definitely right here. We're not planning to deprecate or "completely rewrite" anything. We're not even "rewriting everything in Typescript at once". We're slowly converting…

  8. comment
    Comment #19133758

    It actually works really well for render workloads like server-side rendering too, the reason for this is that rendering can be quite expensive and blocks the thread. With Serverle…

  9. comment
    Comment #18987355

    By default Next.js scores 100/100 on performance and best practices eg https://nextjs-3q3i4heaj.now.sh/ (SEO / Accessibility are not 100 as I didn't add meta tags in this example, …

  10. comment
    Comment #18031461

    I'm going to post the same answer I gave in another thread on the initial post: As said elsewhere, I mostly act as a curator of a very large effort of hundreds of individuals. The …

  11. comment
    Comment #18028163

    Next.js is not prescriptive about your backend stack, it gives you a way to fetch data using `getInitialProps`. At ZEIT most of our APIs are built using Micro: github.com/zeit/micr…

  12. comment
    Comment #18028074

    As said elsewhere, I mostly act as a curator of a very large effort of hundreds of individuals. The project was actually co-created by several other people who work on infrastructu…

  13. comment
    Comment #18027901

    create-react-app is actually removing this feature in an upcoming release. We don't have plans to include it as a feature to Next.js as you can already implement it using a custom …

  14. comment
    Comment #14977151

    https://medium.com/@timneutkens/introducing-valet-blazing-fa...

  15. story
  16. story
  17. story
  18. comment
    Comment #13970025

    We're on it, thanks!