https://github.com/qkreltms/framework
https://github.com/qkreltms/framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qkreltms/framework
- Owner: qkreltms
- Created: 2021-07-06T08:06:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T04:41:29.000Z (about 2 years ago)
- Last Synced: 2025-02-12T09:54:08.399Z (3 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 개인용 framework를 만들자.
proxy 사용# TODOs
가상돔
scss 적용
observer
프레임워크 만들기
새로고침 없는 router 만들기
이벤트 위임
무한 스크롤
나만의 redux store 만들기
데이터 local storage에 저장하기
MVP,MVC,MVVCrequestAnimationFrame: setInterval + 성능 최적화 버전
https://simsimjae.tistory.com/452서버 만들기
크롤링 구현게시판을 만든다.
# 도전과제
1. Component 클레스를 그대로 쓰면서 Parent 컴포넌트 사용하기
1.1. Child가 렌더링 발생 될 때 Parent도 렌더링 되야 함2. Input에서 입력 후 바로 text 출력시 기존 Input에 입력되어있는 내용 사라짐 해결하기
3. Model에 동적 프로퍼티 type 주입하기