Matthew-Man / AgileTemplates-SimpleBlog

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

React Router #5

Open Matthew-Man opened 2 years ago

Matthew-Man 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.

imshahrukh commented 2 years ago

Do you need a code for it?

Matthew-Man commented 2 years ago

@ShahRukh170C No need thank you!