Results 2 comments of Hendi Saputra

Hi @DrewDrinkwater, @KhalilMohammad Can you show me the code of IssueEdit.jsx based on **Route Parameter** in Chapter 8. I clicked the link on the id field but have no luck,...

@wayne-huang14 for mongodb version 3.0 you need some modification like this ``` MongoClient.connect('mongodb://localhost') .then((connection) => { db = connection.db('issuetracker'); app.listen(3000, () => { console.log('App start on port 3000'); }); })...