Skip to content

Commit

Permalink
UPDATE READING: routing-our-views-with-react-router.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yjlmotley authored Feb 24, 2024
1 parent da3d192 commit 55a6acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/lesson/routing-our-views-with-react-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55a6acf

Please sign in to comment.