Closed guanacone closed 4 years ago
that plan sounds good and should scale well as the number of users increases. dynamic client only routes are tricky and i haven't implemented this before. it would be good for you to do a little research on the different options for implementing dynamic client only routes first and ideally use a gatsby plugin if it exists and is helpful
I'm planing to implement the frontend for the RESTful user resource as following:
/user
will get data from API and displayul
, link to each user (client-only-route),/user/:id
, link to edit and delete user,/user/new
, redirect to/user/:id
after successful,