Categories
#100DaysOfCode

Day 2: React Router Dom

Added routes and links on the menu page.

Notes:

<Link to="/topics">Topic</Link>
<button onClick={()=>props.history.push("/topics")}>Topic</button>
<Link to={`${props.match.url}/ParticularTopic`}>ParticularTopic</Link>

Also add a rough sketch on showing the stock item react components.

https://gunpla-shop.huatzhi.repl.co/

Spent some time on understanding Heap, B-Tree, stacks and queues.

Leave a Reply

Your email address will not be published. Required fields are marked *