From 55a6acfe3ea58cd2af7cd4e1ba21845295380cc7 Mon Sep 17 00:00:00 2001 From: "Yeju Lee (Julie) Motley" <149555844+yjlmotley@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:33:19 -0500 Subject: [PATCH] UPDATE READING: routing-our-views-with-react-router.md I personally think it would be nice to have this description in here as many beginners such as myself wouldn't know what NPM stood for. --- src/content/lesson/routing-our-views-with-react-router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/lesson/routing-our-views-with-react-router.md b/src/content/lesson/routing-our-views-with-react-router.md index 99b3affad..375f6d9d8 100644 --- a/src/content/lesson/routing-our-views-with-react-router.md +++ b/src/content/lesson/routing-our-views-with-react-router.md @@ -11,7 +11,7 @@ status: "published" ## What is React Router? -React Router is a JS library available through NPM that helps mainly with 2 problems: +React Router is a JS library available through NPM(Node Package Manager) that helps mainly with 2 problems: + Conditional display for React components based on the current website URL. + Web application navigation without having to refresh.