-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from JaeKP/master
#9 Docs. update README.md
- Loading branch information
Showing
1 changed file
with
69 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 |
---|---|---|
@@ -1 +1,70 @@ | ||
# wikiFEdia, 우리의 FE 백과사전 | ||
|
||
#### 목차 | ||
|
||
1️⃣ [**Language**](#1-language) | ||
|
||
1.1 [JavaScript](#1-1--javascript) | ||
|
||
2️⃣ [**Framework**](#2-framework) | ||
|
||
2.1 [React](#2-1-react) | ||
|
||
2.2 [Vue](#2-2-vue) | ||
|
||
3️⃣ [**Library**](#3-library) | ||
|
||
3.1 [SCSS](#3-1-scss) | ||
|
||
4️⃣ [**ETC**](#4-etc) | ||
|
||
4.1 [GIT](#4-1-git) | ||
|
||
<br> | ||
|
||
## 1. Language | ||
|
||
### 1-1 JavaScript | ||
|
||
| 주제 | 링크 | 발표자 | 발표일 | 비고 | | ||
| ------------------------------------------- | ------------------------ | ------ | ------ | ----------------------------- | | ||
| 모듈화하여 재사용할 수 있는 컴포넌트 만들기 | [링크](박재경/220624.md) | 박재경 | 220624 | `바닐라 JS로 Carousel 만들기` | | ||
|
||
<br> | ||
|
||
## 2. Framework | ||
|
||
### 2-1 React | ||
|
||
| 주제 | 링크 | 발표자 | 발표일 | 비고 | | ||
| --------------------------------------------- | ------------------------ | ------ | ------ | ----------------------- | | ||
| Children Props와 JSX 번들링 내부 동작의 이해 | [링크](이원우/220624.md) | 이원우 | 220624 | | | ||
| Hook을 활용한 HTTP 요청 보내기 | [링크](황상윤/220624.md) | 황상윤 | 220624 | `useState`, `useEffect` | | ||
| Props와 Event를 활용한 컴포넌트간 수직적 통신 | [링크](김지영/220624.md) | 김지영 | 220624 | | | ||
| 라이프 사이클 (LifeCycle) | [링크](박재현/220624.md) | 박재현 | 220624 | | | ||
|
||
<br> | ||
|
||
### 2-2 Vue | ||
|
||
<br> | ||
|
||
## 3. Library | ||
|
||
### 3-1 SCSS | ||
|
||
| 주제 | 링크 | 발표자 | 발표일 | 비고 | | ||
| --------- | ------------------------ | ------ | ------ | -------------------------------------------------------- | | ||
| SCSS 기초 | [링크](박승훈/220624.md) | 박승훈 | 220624 | `Nesting`, `Ampersand`, `변수`, `List`, `Maps`, `Mixin` | | ||
|
||
<br> | ||
|
||
## 4. ETC | ||
|
||
### 4-1 GIT | ||
|
||
| 주제 | 링크 | 발표자 | 발표일 | 비고 | | ||
| --------------------------------- | ------------------------ | ------ | ------ | ---- | | ||
| GIT을 통해 프로젝트 관리 시작하기 | [링크](이윤경/220624.md) | 이윤경 | 220624 | | | ||
|
||
<br> |