ReactSSRCasts
ReactSSRCasts copied to clipboard
How can i read router props in server side ?
i have this route
{
...PostPage,
path: '/post/:id'
}
how can i read :id props il server side ?