reck1ess / next-realworld-example-app

Exemplary real world application built with Next.js + SWR

Home Page:https://next-realworld-example-app.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Feed not working, also shows Global Feed

cirosantilli opened this issue · comments

216912392801aaff25fa1727888ae0048db5d28f

Also Your Feed redirects to /?follow=<username> which is not the interface used by other more popular implementations like https://github.com/gothinkster/react-redux-realworld-example-app/tree/9186292054dc37567e707602a15a0884d6bdae35 we should just match that one instead without modifying the URL. It's bad not having specific URLs but it's what they do.

Under /profile/user0, tab changes between "My Articles" and "Favorited Articles" which maps to /profile/user0?favorite=true are already working, so it should be just a matter of copying the fix over.