muhammadali96 / AgileTemplates-SimpleNotes

https://agile-templates.netlify.app
0 stars 0 forks source link

React Router #5

Open muhammadali96 opened 2 years ago

muhammadali96 commented 2 years ago

Follow the React Router Quick Start to set up Browser Routing.

Routes

There should be two routes:

  1. / - The homepage showing a list of all blog posts (already exists)
  2. /:id - An individual Blog Post Page which fetches the post that matches the :id

Completion Criteria

Ensure all of the following subtasks are complete.

efaraz27 commented 2 years ago

Hi, i would like to take this task