Viewing profile — timneutkens
timneutkens
HN member- Joined
- Mon, Mar 27, 2017, 10:27 AM UTC
- HN karma
- 36
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About timneutkens
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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, …
-
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 …
-
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…
-
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…
-
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 …
-
comment
Comment #14977151
https://medium.com/@timneutkens/introducing-valet-blazing-fa...
- story
- story
- story
-
comment
Comment #13970025
We're on it, thanks!