React: Suspense with Lazy & Axios

MINI【xiaominzhu➿】
JavaScript in Plain English
8 min readSep 30, 2022

--

Wait a minute, Suspense is not just about code splitting

One thing is for sure about React’s future: The React team wants to make APIs easier and simpler 🦋

React version 16.x has taken the industry by storm since its release. Among the new features in this release, the most popular are Hooks, lazy loading, Suspense, cache...etc.

v16: Async Mode

--

--