News

Beyond the usual quick tips, let's look at both the business case and the technical side of keeping React bundles lean.
React 16.6 introduced React.lazy(), which allows for the more idiomatic use of code splitting (meaning you can use normal component syntax and still get lazy loading semantics).