react-starter-kit: Dynamic routes not working
Dynamic routes not working for me. I have uncommented and set:
const items= await fetch(`http://${server.host}/api/items`).then(res => res.json())
items.forEach(item=> routes.push(
`/items/${item._id}`
))
And I am still redirected to 404 page
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (4 by maintainers)
Most upvoted comments
+2
frenzzy on Sep 4, 2017