# Show GN: 경량 가상돔 UI 라이브러리 - 미리 그려진 SSR 페이지의 특정 부분에 가상 돔을 쉽게 추가, 제거, 업데이트할 수 있습니다.

> Clean Markdown view of GeekNews topic #9749. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9749](https://news.hada.io/topic?id=9749)
- GeekNews Markdown: [https://news.hada.io/topic/9749.md](https://news.hada.io/topic/9749.md)
- Type: show
- Author: [superlucky84](https://news.hada.io/@superlucky84)
- Published: 2023-07-12T01:13:03+09:00
- Updated: 2023-07-12T01:13:03+09:00
- Original source: [github.com/superlucky84](https://github.com/superlucky84/lithent)
- Points: 6
- Comments: 0

## Topic Body

가상돔에 호기심이 있어서 틈틈히 만들다 보니 제 취향에 맞는 가상돔 UI 라이브러리를 완성하였습니다.  
  
가이드 페이지도 제가 만든 가상돔으로 만들어 봤어요   
https://superlucky84.github.io/lithent  
  
아래에 나름대로 그럴듯하게 소개글도 만들어 봤습니다. 재미로 봐주시고 깃헙에 가시면 별도 하나 클릭 부탁드려요  
  
--- 소개글  
  
실제 개발 환경에서는 최소한의 핵심 기능만으로 Virtual DOM을 가볍게 사용하고 싶을 수 있습니다.  
  
Lithent를 사용하면 미리 그려진 SSR 페이지의 특정 부분에 가상 돔을 쉽게 추가, 제거 및 업데이트할 수 있습니다.  
  
Lithent는 일반적으로 가상 DOM을 생성하고 업데이트하는 데 필요한 최소한의 기능을 구현했습니다('render', 'mounter', 'updater', 'renewer', 'mountCallback' 및 'updateCallback'만 알면 됩니다).  
  
기본 기능을 확장하는 헬퍼 코드를 제공합니다. 헬퍼 코드 그대로 사용해도 좋지만, 참고하여 사용자의 프로젝트 특성에 맞게 변경하여 사용하기 쉽습니다.

## Comments



_No public comments on this page._
