セクションにリンク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.