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

VDOM 직접 구현하기 #14

Open
lacomaco opened this issue Sep 4, 2021 · 0 comments
Open

VDOM 직접 구현하기 #14

lacomaco opened this issue Sep 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lacomaco
Copy link
Owner

lacomaco commented Sep 4, 2021

현재 문제점 정리

V-DOM은 Vue.JS의 Snabbdom을 사용하고 있는데

JSX Parser는 React JSX Parser를 사용하고있음.

이 둘의 간격을 메꿔주기 위한 코드가 복잡하게 있고 또 내 라이프사이클 훅을 내 맘대로 커스텀하기가 어려움.

V-DOM을 직접 구현해서 넣어보고 교체해보자.

라이프 사이클 훅을 바인딩할 훅 메소드를 어디에 넣을지 교체하면서 고민해보자.

주의사항

점진적으로 전체 프로젝트를 깨트리지 않는 방식으로 교체할것

@lacomaco lacomaco added the enhancement New feature or request label Sep 22, 2021
@lacomaco lacomaco self-assigned this Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant