back to work
02 / Full-stack engineer2026shipped
Plus.
A modern blog client with full auth, social interactions and search. My proving ground for the React data-layer playbook I now ship by default.
02 / plus
plus.
the work
End-to-end React app: auth flows, blog browsing, likes, comments, bookmarks, full-text search, filtering, pagination, dark mode. Built around Redux Toolkit for client state, TanStack Query for server state, and Axios with an interceptor pipeline for token refresh.
highlights
- 01
Clean separation of client state vs server cache, no useEffect data fetching
- 02
Optimistic updates for likes/bookmarks with TanStack Query mutations
- 03
Token refresh handled transparently in an Axios interceptor