From 3e57d90912fcd8b80db15c42525a9bea2a26cc5b Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 12 Aug 2022 20:17:29 +0400 Subject: [PATCH] Add routing docs --- .../content/102-react-ecosystem/100-routers/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md b/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md index e30776cf9..e05bc2c28 100644 --- a/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md +++ b/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md @@ -1 +1,3 @@ -# Routers \ No newline at end of file +# Routing + +Routing is an essential concept in Single Page Applications (SPA). When your application is divided into separated logical sections, and all of them are under their own URL, your users can easily share links among each other.