Generate Dynamic Routes in Gatsby with Reach Router

InstructorJason Lengstorf

Share this video with your friends

Send Tweet

The heart of the app is the actual rooms that users will visit to chat in. These routes need to be generated from the input that the user gives us so they're linkable via URL and easy for people to join manually.

To do this, we'll use route parameters and client-side routing that will let us take advantage of Gatsby's dynamic capabilities.