Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FOSS-lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
임 현아
FOSS-lab
Commits
b1afbd27
Commit
b1afbd27
authored
3 years ago
by
임 현아
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9c351f88
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-0
2 additions, 0 deletions
README.md
with
2 additions
and
0 deletions
README.md
+
2
−
0
View file @
b1afbd27
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
### Open Source Software 사용법/리뷰 문서 만들기 - REACT Router 사용법
### Open Source Software 사용법/리뷰 문서 만들기 - REACT Router 사용법
*
React Router v6란?
*
React Router v6란?
보통 웹사이트에서는 주소를 입력하거나 링크를 클릭하면 새로운 페이지를 보여준다.
보통 웹사이트에서는 주소를 입력하거나 링크를 클릭하면 새로운 페이지를 보여준다.
리액트로 이런 사이트를 만들기 위해서는 따로 추가적인 개발이 필요하다.
리액트로 이런 사이트를 만들기 위해서는 따로 추가적인 개발이 필요하다.
...
@@ -24,6 +25,7 @@ Router의 핵심 컴포넌트에는 Router, Route, Routes, Link 4가지가 있
...
@@ -24,6 +25,7 @@ Router의 핵심 컴포넌트에는 Router, Route, Routes, Link 4가지가 있
*
주제 선정 이유 :
*
주제 선정 이유 :
리액트에서는 모든 걸 부품, 컴포넌트라는 단위로 개발한다.
리액트에서는 모든 걸 부품, 컴포넌트라는 단위로 개발한다.
웹페이지에 있는 여러 가지 요소들을 컴포넌트로 만들고 코드를 컴포넌트 단위로 관리한다.
웹페이지에 있는 여러 가지 요소들을 컴포넌트로 만들고 코드를 컴포넌트 단위로 관리한다.
HTML만 사용하면 웹사이트를 만들 때 페이지마다 파일을 하나씩 만들어주어야 하지만, 리액트에서는 페이지를 만들 때도 컴포넌트로 효율적으로 만들 수 있다.
HTML만 사용하면 웹사이트를 만들 때 페이지마다 파일을 하나씩 만들어주어야 하지만, 리액트에서는 페이지를 만들 때도 컴포넌트로 효율적으로 만들 수 있다.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment