DevClad-Inc / devclad

DevClad is a social-workspace platform for developers. Network, build, and ship your ideas rapidly.

Home Page:https://devclad-client-landing.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimistic UI updates on settings/

arthtyagi opened this issue · comments

For POST/PUT/PATCH requests (except for AuthService), use Optimistic UI updates pattern.
Replicate pattern everywhere.

This issue is meant to provide a starting point for that pattern in the codebase.

P.S remove loggedInUser from local storage after updating profile/user.

0276f6f. preceding commit for optimistic ui updates.

5dbc99c solves this.