ลิงก์ไปยังส่วนนี้Build Tools
Vite has now overtaken Webpack, which is quite remarkable given how long Webpack has been around.
ลิงก์ไปยังส่วนนี้Hosting Services
Vercel leads the rankings, which is understandable given its heavy investment in the React ecosystem.
My 2024 Pick: Pigment CSS
Josh W. Comeau
ลิงก์ไปยังส่วนนี้Other Services
Firebase is still a popular data storage platform, while Sentry remains most people's go-to for error tracking.
ลิงก์ไปยังส่วนนี้Back-end Languages
As expected, TypeScript and JavaScript power most React app's back-ends, showing that developers put a premium on keeping their entire codebase in the same language.
ลิงก์ไปยังส่วนนี้Back-End Pain Points
Oftentimes, the most common pain points will be generic issues such as “excessive complexity” or ”tough learning curve” – but not this time. End-to-end typesafety (sharing types between server and client; and making sure any data transferred comforms to them) is clearly this year's top issue when it comes to back-end infrastructure, and it explains why we're now seeing tools such as TanStack Start and tRPC appear to solve it.