Iโve kicked off a brand-new series on YouTube: The AI Agent Series where youโll learn how to build, deploy, and scale powerful AI Agents from scratch.
POST/CON 25: Build Smarter APIs for an AI-Driven World
Join 2,000+ engineers at POST/CON 25, June 3 & 4 in LA, for deep dives on building scalable APIs, automating with Flows, and deploying AI-native systems. 30+ sessions, hands-on workshops, and zero fluff.
Learn from Postman engineers and peers solving real-world problems.
In this module, we build a beautiful Analytics Dashboard ๐ using Prisma. and learn how to architect your app in a way that start building an intuition yourself. โ
โก Smooth UX with data-pending
Take a look at the Visitor Journey section in the dashboard:
Data loading
When a user triggers a state transition (like navigating to a new route), we donโt want them to interact with incomplete data.
Thatโs where a subtle, ๐ถ blinking animation helps signal that something is loading.
We use the data-pending attribute to mark the loading state. And then apply a Tailwind animation when this attribute is present:
โ
๐ Itโs clean, reactive, and gives users a delightful visual cue without a jarring spinner of death.
โ
๐ Bonus: Iโve made a few lessons completely free from the Data Fetching module so you know what the course is like.
โCheck them out here โ and join the waitlist as the course will launch to the waitlist first before it goes public.