Unleash / unleash-frontend

Unleash Admin UI
https://unleash-frontend-git-main.unleash-team.vercel.app
Apache License 2.0
30 stars 43 forks source link

feat: lazy load playground #1145

Closed FredrikOseberg closed 2 years ago

FredrikOseberg commented 2 years ago
vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
unleash-frontend ✅ Ready (Inspect) Visit Preview Jul 25, 2022 at 1:40PM (UTC)
FredrikOseberg commented 2 years ago

Ooh, is suspense finally here? 👀 Looks good to me! Changes look pretty basic , so I'm guessing everything just happens magically outside via lazy?

Yup, the build tool takes care of splitting it into chunks and lazy dynamically loads it and shows the suspense fallback while loading!