my blog https://overreacted.io
53
fork

Configure Feed

Select the types of activity you want to include in your feed.

oopsie

+1 -1
+1 -1
public/jsx-over-the-wire/index.md
··· 2272 2272 const {postId} = parseRoute(url, '/screen/post-details/:postId'); 2273 2273 route = <PostDetailsRouteViewModel postId={postId} />; 2274 2274 } else if (matchRoute(url, '/screen/post-list')) { 2275 - route = <PostDetailsRouteViewModel />; 2275 + route = <PostListRouteViewModel />; 2276 2276 } 2277 2277 return ( 2278 2278 <Router>