-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# MSW로 백엔드, 프론트엔드 독립적인 협업하기 | ||
|
||
## MSW(Mock Service Worker)의 이해 | ||
MSW(Mock Service Worker) | ||
협업 과정에서의 ~ 측면 | ||
DX 측면 | ||
|
||
Mocking이 네트워크 단에서 일어남 | ||
|
||
## 목표 - 생산성 있는 프론트엔드 개발 | ||
이전 개인 프로젝트에서 MSW로 백엔드 없는 프론트엔드 개발을 진행한 경험이 있다. | ||
이번 팀 프로젝트에서는 개발 일정 내에서 병렬적으로 생산성있는 개발을 수행하기 위한 목적으로 MSW를 활용하려고 한다. | ||
|
||
유연성과 효율성 / 프론트엔드 프로젝트 생산성 향상 | ||
|
||
<br/> | ||
|
||
## 마치며 | ||
MSW를 활용하여 실제와 유사한 환경에서 효율적인 테스트 ~ | ||
|
||
|
||
<br/> | ||
|
||
> #### References | ||
> |