3 Dokumente mit dem Tag „React“

Zurück zu allen Tags

React is a powerful framework, but it is easy to use it to ship a slow site. Bundles that are too large, unnecessary re-renders, useEffect used as a hammer for everything, server-side rendering you never turn on. Classic mistakes that show up on nine out of ten React sites.

Under the React tag you will find articles on writing React with speed in mind: memoisation, code splitting, server components, useEffect optimisation, and other techniques.