토이 프로젝트/TodoList8 TodoList 만들기(2) 화면전환 효과 페이지 넘길 때 화면전환 효과를 주고 싶었다. 화면은 React Router로 path를 변경하는 것이어서 일반적인 방법으로는 애니메이션을 줄 수가 없었다. 그래서 찾아보니 TransitionGroup 이라는 라이브러리를 찾았다. https://reactcommunity.org/react-transition-group/ React Transition Group Exposes simple components useful for defining entering and exiting transitions. React Transition Group is not an animation library like React-Motion, it does not animate styles by itself... 2023. 3. 19. TodoList 만들기(1) 코드스테이츠 개인과제로 todolist 기획하고 만들기를 하기로 했다. 기획은 3월 10일 수업시간에 만들었다. https://www.figma.com/proto/8f2QQsx7jzWjVZxxSgnxsF/TodoList?node-id=1%3A150&starting-point-node-id=1%3A150 Figma Created with Figma www.figma.com 기획을 바탕으로 만들고, 시간이 남으면 디자인까지 입혀봐야되겠다! typescript 스터디를 하고 있는데 이번 과제를 typescript로 만들어 보기로 했다. 일단 CRA 를 typescript 버전으로 하고, 쓸데없는 파일은 지우고, 필요한 라이브러리(styled-component, react-router)를 install 하고 기.. 2023. 3. 16. 이전 1 2 다음