epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

04. DATA MUTATIONS/05. INTENT (💪 PROBLEM) #60

Closed boringtutor closed 10 months ago

boringtutor commented 10 months ago

i was just solving the 04. DATA MUTATIONS/05. INTENT (💪 PROBLEM) and i just noticed that on the home page in file root.tsx ,in link the path is hard coded .But there is a problem with that when we delete the first note and when we go back to the home page and try to click on the link to go to kody notes it throws the error "404 NOT FOUND" .if we just change


<Link className="underline" to="users/kody/notes/d27a197e">  to
<Link className="underline" to="users/kody/notes">
kentcdodds commented 10 months ago

Thanks! I've fixed this 👍