Link til delVerktøy for bygging
Vite has now overtaken Webpack, which is quite remarkable given how long Webpack has been around.
Link til delHosting-tjenester
Vercel leads the rankings, which is understandable given its heavy investment in the React ecosystem.
Min valg for 2024: Pigment CSS
Josh W. Comeau
Link til delAndre tjenester
Firebase is still a popular data storage platform, while Sentry remains most people's go-to for error tracking.
Link til delBack-end språk
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.
Link til delUtfordringer med back-end
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.