issues
search
michelmansour
/
virgil
A delightful way to share, discuss, and annotate poetry
MIT License
2
stars
2
forks
source link
Add routing capabilities
#8
Closed
michelmansour
closed
8 years ago
michelmansour
commented
8 years ago
Include react-router as a dependency to enable client-side routing
Move full poem display to new client route (
/poem/:poemId
)
Modify main poem list to show only poem titles and authors
Add nav bar to allow navigation from a poem back to the list
Add code to clear polling intervals of poems and comments when navigating away from their respective views
Add server route to fetch individual poems
Add catch-all route to server to support use of browser history API
Rename some React components to better reflect their purpose
drewrey
commented
8 years ago
This looks good to me.
/poem/:poemId
)