-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add link to study list #5
Conversation
- npm install style-loader, css-loader, sass-loader - Apply to index.jsx globally settings index.css
- Update test - Improve Link CSS
- create redux dispatch and get api - Add tests
- Fixed IntroduceContainer test
<IntroduceContainerWrapper> | ||
<h2>{group.title}</h2> | ||
<p>{group.contents}</p> | ||
</IntroduceContainerWrapper> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 화면에 보여지는 부분을 더 추가하기
이후IntroduceComponent
로 분리해주기.
|
import { MemoryRouter } from 'react-router-dom'; | ||
import StudyGroups from './StudyGroups'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- import 한 칸 띄어써야지!
또 신경 못 썼다. (자동완성의 폐해..)
import { MemoryRouter } from 'react-router-dom'; | ||
import StudyGroupsContainer from './StudyGroupsContainer'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도.. 마찬가지
import styled from '@emotion/styled'; | ||
import IntroduceContainer from '../containers/introduce/IntroduceContainer'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도....😢
a link
CSS 수정하고 웹팩에 css-loader, style-loader 설정.Link
추가.수정 사항 refactoring 하기Refactorings received from code reviews #6