shlogg · Early preview
Rafał Goławski @rgolawski

Front-end developer

Fixing React Router V7 Toast Notifications With UseEffect

React Router v7 issue: useEffect hook doesn't re-run if actionData?.status remains unchanged. Fix: include entire actionData object in dependency array.

Unlocking React Router V7: Routes As API Endpoints With JSON Responses

React Router v7 routes aren't just for UI components! They can return JSON responses or any valid MIME type, making them true resource routes. Use `new Response()` and `JSON.stringify()` to create API endpoints.

Writing More: My Personal Reference Process For Software Engineers

Write more about specific challenges I've faced on projects. Take quick notes, summarize clearly, proofread with AI (optional), verify accuracy & publish. Small steps matter!