Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

경북대 FE 이은경_1주차 과제 Step1 #40

Open
wants to merge 46 commits into
base: dmsrud1218
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
df4bbe3
Update README.md
dmsrud1218 Jun 27, 2024
338ef14
feat : CRA기반 프로젝트 생성
dmsrud1218 Jun 28, 2024
98de71a
Merge branch 'dmsrud1218' of https://github.com/dmsrud1218/react-gift…
dmsrud1218 Jun 28, 2024
09c1c9a
README.md 충돌 merge해결
dmsrud1218 Jun 28, 2024
e491edf
refactor(App.tsx) : typescript변환 수정
dmsrud1218 Jun 28, 2024
e16e497
feat(package-lock.json)
dmsrud1218 Jun 28, 2024
da4a595
refactor(index.tsx) : typescript변환 수정
dmsrud1218 Jun 28, 2024
6903a48
refactor(reportWebVitals.ts) : typescript변환 수정
dmsrud1218 Jun 28, 2024
df8f1c5
refactor(setupTests.ts) : typescript변환 수정
dmsrud1218 Jun 28, 2024
7332109
Remove(App.js) :js파일 삭제
dmsrud1218 Jun 28, 2024
6308857
Remove(reportWebVitals.js) :js파일 삭제
dmsrud1218 Jun 28, 2024
f2b6939
Remove(setupTests.js) :js파일 삭제
dmsrud1218 Jun 28, 2024
d728127
feat(tsconfig.json): tsfonfig세팅
dmsrud1218 Jun 28, 2024
7187ef5
feat(tsconfig.paths.json):경로 세팅
dmsrud1218 Jun 28, 2024
27cc3eb
Chore :ESLint 설정 및 수정
dmsrud1218 Jun 28, 2024
e30856d
Chore : prettier 설정 수정
dmsrud1218 Jun 28, 2024
abd22e1
Chore: gitignore수정
dmsrud1218 Jun 28, 2024
3259cfa
Chore : 파일삭제로 인한 import 수정
dmsrud1218 Jun 28, 2024
23e882a
Remove : 불필요한 파일들 삭제
dmsrud1218 Jun 28, 2024
38bc5d9
Chore : root에 있는 중복파일과 병합후 수정
dmsrud1218 Jun 28, 2024
e97b15e
Remove : 중복파일 제거
dmsrud1218 Jun 28, 2024
451c2fb
Remove : 불필요한 파일 삭제
dmsrud1218 Jun 28, 2024
7e8bab5
feat : storybook 설치 및 추가
dmsrud1218 Jun 28, 2024
383d66e
Chore : storybook추가로 인한 수정
dmsrud1218 Jun 28, 2024
6e22753
Revert "Chore : storybook추가로 인한 수정"
dmsrud1218 Jun 28, 2024
5ff6bba
Chore : 폴더 구조 설정 및 추가
dmsrud1218 Jun 28, 2024
0426e3e
Remove : 사용하지 않을 폴더 삭제
dmsrud1218 Jun 28, 2024
905bc6e
docs : readme 추가 및 수정
dmsrud1218 Jun 28, 2024
c37ab45
feat(button.stories) 추가
dmsrud1218 Jun 28, 2024
3cac1de
README.md 수정
dmsrud1218 Jun 29, 2024
e90d97a
Doce : README.md 수정
dmsrud1218 Jun 29, 2024
79131b1
feat: CRA 기반으로 프로젝트 재생성
dmsrud1218 Jul 3, 2024
9209375
feat: 절대경로 alias 설정
dmsrud1218 Jul 3, 2024
8fb00e7
ESLint 추가
dmsrud1218 Jul 3, 2024
1b2fc46
feat: prettier 추가
dmsrud1218 Jul 3, 2024
0f914e9
feat : 추가 설정
dmsrud1218 Jul 3, 2024
6c4fa0a
feat : gitignore추가
dmsrud1218 Jul 3, 2024
9eafcd4
Remove : 불필요한 파일 제거
dmsrud1218 Jul 3, 2024
7f2907e
Remove :불필요한 파일 삭제 및 정리
dmsrud1218 Jul 3, 2024
2734432
Remove : 불필요한 파일 지우기
dmsrud1218 Jul 3, 2024
066ae32
feat : 절대경로 추가설정
dmsrud1218 Jul 3, 2024
bac1dca
feat : 스토리 추가 및 설정
dmsrud1218 Jul 3, 2024
a2083ac
재제출 test
dmsrud1218 Jul 3, 2024
7727111
재제출 추가 설치
dmsrud1218 Jul 3, 2024
2289298
Chore : 주석설명 달기추가
dmsrud1218 Jul 3, 2024
5f606b6
Chore : 코드 수정
dmsrud1218 Jul 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# react-gift-react-foundation
FE 카카오 선물하기 1주차 과제: React 기초

## Requirements
- Create React App을 기반으로 프로젝트를 생성
- Typescript로 프로젝트가 동작되게 세팅하고, 절대 경로로 Import 할 수 있게 alias를 설정
- tsconfig에 어떤 항목들로 구성되어 있는지 살펴보고, 필요하다 생각되는 설정들이 있다면 자유롭게 작성
- ESLint, Prettier를 추가하고 본인만의 Lint 룰을 세팅하기 ( 가장 대표적인 룰은 eslint-config-airbnb이지만 꼭 적용할 필요는 없다)
- emotion 스타일 라이브러리를 추가하고, reset css를 적용
- gitignore를 추가하고, 프로젝트에 불필요한 코드들은 정리 (ex. 사용하지 않는 icon 등)
- 본인만의 폴더 구조 기준을 세우고 반영하기
- 본인만의 기준으로 일관된 코드를 작성
- 기능 단위로 나누어 커밋

### 폴더구조
src/
├── assets/ //로컬 환경의 이미지들
├── components/ //공용으로 쓰이는 react 컴포넌트
├── hooks/ //React hooks
├── interfaces/ //typescript 의 type
├── pages/ //각 페이지별 컴포넌트들
├── services/ //api관련, 통신관련
├── stores/ //상태관리
├── styles/ //공용으로 쓰이는 스타일
├── utils/ //유틸리티 함수들
├── App.tsx
└── index.tsx

## 1주차 질문
1. webpack은 무엇이고 어떤 역할을 하고 있나요?
JavaScript 애플리케이션을 위한 정정 모듈 번들러 입니다.
-> 정적 모듈 번들러 : HTML, CSS, Javascript 등 웹 애플리케이션을 지원하는 각각의 모듈을 병합된 하나의 결과물로 만드는 도구
Comment on lines +30 to +32
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

사실 이 질문은 파고 들어가면 한참 걸리는 내용이긴 합니다.
아래 두 가지 질문에 대한 대답을 생각해 보시면 조금 더 깊이있게 공부하실 수 있을 것 같아요!

  • 모듈이란 무엇일까요?
  • 왜 그것을 하나의 결과물로 병합할까요?


2. 브라우저는 어떻게 JSX 파일을 읽을 수 있나요?
JSX는 자바스크립트의 JS와 XML의 X를 합친 말이며 자바스크립트 코드 안에서 바로 태그 기반의 구문을 써서 리액트 엘리먼트를 정의할 수 있게 해주는 자바스크립트 확장입니다.
브라우저는 JSX를 해석하지 못하기 때문에 바벨이라는 도구를 사용하여 JSX를 변환 컴파일링 해주어야 합니다.
Comment on lines +34 to +36
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 바벨이 JSX를 변환하고 나면 어떻게 바뀔까요?
  • 왜 변환 과정이 필요한 JSX를 사용하는 걸까요?


3. React에서 상태 변화가 생겼을 때 어떻게 변화를 알아챌 수 있나요?
useState, useEffect 등을 이용해서 State를 관리합니다.
- 컴포넌트에서 상태는 useState를 사용하여 관리하고, 상태를 여러 형태로 변경해서 사용해야하면 useReducer를 사용하여 관리합니다.
이처럼 여러방법을 이용해서 상태변화를 체크해줍니다.
Comment on lines +38 to +41
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요것은 참 많은 내용이 얽혀있다고 생각하는데요,
일단은 React에서 상태가 무슨 역할을 하는지 고민해 보시면 좋을 것 같습니다 ㅎㅎ
그리고 상태를 변경하려면 어떤 방법을 사용해야 할까요?

조금 더 고민할 거리라면... 상태가 변화하면 무슨 일이 벌어질까요?

24 changes: 24 additions & 0 deletions my-app/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parser": "@typescript-eslint/parser",
"extends": [
"react-app",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
"prettier",
"plugin:prettier/recommended"
],
"plugins": ["@typescript-eslint", "react", "react-hooks", "jsx-a11y", "prettier"],
"rules": {
"prettier/prettier": ["error"],
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"react/react-in-jsx-scope": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
}
25 changes: 25 additions & 0 deletions my-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/dist

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
12 changes: 12 additions & 0 deletions my-app/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}
18 changes: 18 additions & 0 deletions my-app/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/** @type { import('@storybook/react-webpack5').StorybookConfig } */
const config = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
'@storybook/preset-create-react-app',
'@storybook/addon-onboarding',
'@storybook/addon-links',
'@storybook/addon-essentials',
'@chromatic-com/storybook',
'@storybook/addon-interactions',
],
framework: {
name: '@storybook/react-webpack5',
options: {},
},
staticDirs: ['..\\public'],
};
export default config;
13 changes: 13 additions & 0 deletions my-app/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/** @type { import('@storybook/react').Preview } */
const preview = {
parameters: {
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};

export default preview;
70 changes: 70 additions & 0 deletions my-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
22 changes: 22 additions & 0 deletions my-app/craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
const path = require('path');
const { CracoAliasPlugin } = require('react-app-alias');

module.exports = {
webpack: {
alias: {
'@components': path.resolve(__dirname, 'src/components'),
'@styles': path.resolve(__dirname, 'src/styles'),
'@utils': path.resolve(__dirname, 'src/utils'),
},
},
plugins: [
{
plugin: CracoAliasPlugin,
options: {
source: "tsconfig",
baseUrl: "./src",
tsConfigPath: "./tsconfig.paths.json"
}
}
]
};
Loading