Their tutorial is incredible, everyone should take a lesson from Vercel on this: https://nextjs.org/learn/foundations/from-react-to-nextjs/ge... Tell me: 1. What I need to know to understand this documentation 2. The before state (plain React.js) 3. The after state (Next.js) I'm fucking sold, I'm going to use Next.js just based on how well written this documentation is.
Their tutorial is fine, but personally I'd much rather just see a GitHub repo of a project that covers all the basics (eg. a CRUD app).
Next.js 13
41–50 of 106 posts
Re: Next.js 13
#42Their tutorial is incredible, everyone should take a lesson from Vercel on this: https://nextjs.org/learn/foundations/from-react-to-nextjs/ge... Tell me: 1. What I need to know to understand this documentation 2. The before state (plain React.js) 3. The after state (Next.js) I'm fucking sold, I'm going to use Next.js just based on how well written this documentation is.
> I'm going to use Next.js just based on how well written this documentation is. I Understand the euphoria, but this is a pretty bad take.
Re: Next.js 13
#43Edit: There's some more discussion about Turbopack at https://news.ycombinator.com/item?id=33333695 . Looks like they launched a webpack alternative called Turbopack today: > Next.js 13 includes Turbopack, the new Rust-based successor to Webpack. https://vercel.com/blog/turbopack https://turbo.build/pack
Spent the last few months migrating to Vite. The Javascript ecosystem is exhausting and exhilarating all at the same time
Re: Next.js 13
#44Edit: There's some more discussion about Turbopack at https://news.ycombinator.com/item?id=33333695 . Looks like they launched a webpack alternative called Turbopack today: > Next.js 13 includes Turbopack, the new Rust-based successor to Webpack. https://vercel.com/blog/turbopack https://turbo.build/pack
Spent the last few months migrating to Vite. The Javascript ecosystem is exhausting and exhilarating all at the same time
Re: Next.js 13
#45// "alt" is now required for improved accessibility I'm all for accessibility, but let us decide when to implement it.
It should be very clear by just looking around on the internet that, when given the choice, accessibility will take a back seat.
Re: Next.js 13
#46Edit: There's some more discussion about Turbopack at https://news.ycombinator.com/item?id=33333695 . Looks like they launched a webpack alternative called Turbopack today: > Next.js 13 includes Turbopack, the new Rust-based successor to Webpack. https://vercel.com/blog/turbopack https://turbo.build/pack
How many apps are dealing with 3,000+ modules?
Re: Next.js 13
#47Earlier quoted context omitted.
> I'm all for accessibility, but let us decide when to implement it. Which usually means never.
Which is ok too. It is far better than encouraging people to write alt="" or alt="asdf". See also (naming things): https://twitter.com/secretGeek/status/7269997868
That's like saying "Typescript just encourages people to make everything `any` instead of defining types. It's a useless addition over JS." Sure, you _could_, but most actually use the actual tool.
Re: Next.js 13
#48Edit: There's some more discussion about Turbopack at https://news.ycombinator.com/item?id=33333695 . Looks like they launched a webpack alternative called Turbopack today: > Next.js 13 includes Turbopack, the new Rust-based successor to Webpack. https://vercel.com/blog/turbopack https://turbo.build/pack
Spent the last few months migrating to Vite. The Javascript ecosystem is exhausting and exhilarating all at the same time
Re: Next.js 13
#49Earlier quoted context omitted.
> I'm all for accessibility, but let us decide when to implement it. Which usually means never.
Which just means codebases will be littered with alt="" for no reason.
Re: Next.js 13
#50Earlier quoted context omitted.
Spent the last few months migrating to Vite. The Javascript ecosystem is exhausting and exhilarating all at the same time
What I hate about javascript fatigue is that there's never enough time for something to mature before it gets replaced. Documentation always covers the basic scenarios and never any edge cases. Sooner or later you end up trying to find a solution in a github issue 20 pages down.
It always amazed me that such a big project can just live without docs.