Hi everyone, I’ve recently built a hybrid application that includes a membership card system for managing users, memberships, and validation workflows. The app is working fine in most parts, but I’m facing an issue with data synchronization.
Problem:
- When membership data updates, the UI does not always reflect the changes instantly
- In my digital membership card module, status updates sometimes delay or require manual refresh
- API responses are correct, but frontend state is not syncing properly
What I’ve tried so far:
- Verified API and database responses
- Checked Retool queries and triggers
- Implemented manual refresh and polling, but results are inconsistent
What I need help with:
- Best practice for real-time data syncing in Retool apps
- Recommended approach for state management in hybrid apps
- Should I rely on event triggers, polling, or another pattern for this use case?
If anyone has worked on similar workflows or digital membership card systems inside Retool, I’d really appreciate your suggestions.