Edit: 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
Next.js 13
11–20 of 106 posts
Re: Next.js 13
#12Next[js] Conf is live right now at https://nextjs.org/conf
Re: Next.js 13
#13// "alt" is now required for improved accessibility I'm all for accessibility, but let us decide when to implement it.
Re: Next.js 13
#14Edit: 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
Sigh another one? I thought Vite was the new thing.
Re: Next.js 13
#15Tell 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.
Re: Next.js 13
#16My app isn't complex, it uses Recoil, Tailwind and that's it. Compile times were better in v11 in my experience.
Re: Next.js 13
#17// "alt" is now required for improved accessibility I'm all for accessibility, but let us decide when to implement it.
Which usually means never.
Re: Next.js 13
#18Their 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.
Re: Next.js 13
#19Edit: 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
#20- EsBuild
- SWC (also written by someone who works at Vercel)
- TurboPack
- Vite (rollup)
- Parcel
- Rome
I've noticed in the javascript ecosystem there is much less convergence than in other languages. Everyone wants a flag in the ground.