Dynamic User Pages

Suppose you want to redirect paths beginning with @
to a specific user page. For example, the @datawookie
path would take you to the user page for handle datawookie
.
There are probably a few ways to do this, but one approach would be to use dynamic routing.
🚀 TL;DR
Show me the code. Look at the 27-dynamic-users
branch. This site is deployed here.
First let’s set up the user page at src/pages/user.jsx
.