-
Notifications
You must be signed in to change notification settings - Fork 40
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
용량이 작은 라이브러리로 교체하기 #330
Comments
https://github.com/argyleink/blingblingjs jQuery alt 로 요건 어때요? 초단순 DOM API 래퍼라 600 바이트 밖에 안하던데 VizBug 쪽 코드에서 쓰는거 보고 발견했어요. |
https://github.com/argyleink/blingblingjs/blob/master/src/index.js 일단 대충 뉴스사이트 구현체들 둘러봤을 때, |
(말씀하신) 쓰이는 것들 둘러보니 굳이 jQuery 까지 필요 없겠고 적당한 슈가만 있으면 되지 싶은데 cash 도 좀 커보였어요. 실제로 지금도 jQuery 안쓰고 쌩 DOM API로만 구현한것들도 꽤 되던데요 |
아주 예전 커밋을 보시면 jquery 서브셋을 직접 만들어서 쓰던 시절이 있어요. 당시에 어떤 메서드들을 구현했는지를 보면 아직까지 어떤 녀석들이 쓰이고 있을지 추측해볼 수 있을것 같아요. 중간에 jquery로 옮겼던게 제 기억에는 그 당시 들어있던 자체구현이 진짜 jquery가 아니다보니 동작이 다르거나 부족한 메서드들이 있어서 기여자들이 당혹스러워하는 부분이 있었는데, 그 부분에 대한 문서화를 제대로 하느니 (그 당시) 웹팩으로 옮기는 김에 jquery를 붙이는게 쉽겠다고 판단해서 그랬어요 cash를 쓰고싶은건 drop-in replacement를 하고싶어서 그런데, |
dayjs그냥 모멘트 의존성을 제거함The text was updated successfully, but these errors were encountered: