brassmacks / lumbr

lumbr is a clone of the social-media blogging app tumblr
https://github.com/brassmacks/lumbr
0 stars 0 forks source link

# Frontend Routes #6

Open andy-h-2016 opened 3 years ago

andy-h-2016 commented 3 years ago
andy-h-2016 commented 3 years ago

we are getting there. Also list the components you will be rendering on each page. This will give you ideas on if you can reuse any components.

Also, for the user show pages, I believe the format is :username.tumblr.com Not exactly sure how that would work with routing, but something to research.

For creating/editing posts, they don't need to be nested under the dashboard route. Also, if you are going to use modals to render those forms, they don't need a separate route, their visibility can be triggered via your Redux state.