DEV Community

angelayoon
angelayoon

Posted on • Updated on

My very first post to test React Blog

I followed this youtube playlist to build my very first post to have React blog:

Issue 1:

The first issue happened at Live #2. I am supposed to obtain id of the post, but I don't see the link of id anywhere. It is resolve by adding colon before id because the syntax mattered.
<Route exact path="/posts/:id"> is correct.

Top comments (0)