For sub-routes like guides/post-slug
to work, 3 pieces need to be in place:
Tag Archives: ReactJS
React: How To Prompt User of Unsaved Data before Leaving Site
There’s a specific function for this: beforeunload
.
Path To Professional Web Development
This post is written for a friend who wants to upgrade web development from a sidetrack to a career.
Here’s how.
React: Unique Keys in Arrays
According to ReactJS, each child in an array should have a unique “key” prop.
Why?
How?