Over the last year, I ve been experimenting more with local-first patterns , apps that prioritize offline functionality and sync later instead of depending on constant server calls.
What used to feel experimental now feels surprisingly stable. Faster UI, fewer loading states, and a smoother user experience overall.
I rebuilt a small side project recently with a local-first approach, and the difference in responsiveness was noticeable. But it also introduced new challenges around conflict resolution and state consistency.