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.