- Web development technologies have evolved at an incredible clip over the past few years. -
-Introducing RealWorld.
-It's a great solution for learning how other frameworks work.
- -diff --git a/apps/react-world/src/pages/article.tsx b/apps/react-world/src/pages/article.tsx new file mode 100644 index 00000000..9147c951 --- /dev/null +++ b/apps/react-world/src/pages/article.tsx @@ -0,0 +1,206 @@ +import { useParams } from 'react-router-dom'; + +export const ArticlePage = () => { + const { articleSlug } = useParams<{ articleSlug: string }>(); + + console.log('articleSlug: ' + articleSlug); + + return ( + <> + + +
+ Web development technologies have evolved at an incredible clip + over the past few years. +
++ It's a great solution for learning how other frameworks + work. +
++ With supporting text below as a natural lead-in to + additional content. +
++ With supporting text below as a natural lead-in to + additional content. +
+- Web development technologies have evolved at an incredible clip over the past few years. -
-It's a great solution for learning how other frameworks work.
- -- With supporting text below as a natural lead-in to additional content. -
-- With supporting text below as a natural lead-in to additional content. -
-