실제 블로그나 GitHub에서 위젯이 어떻게 보이는지 확인해보세요
오늘은 React Query를 사용한 서버 상태 관리에 대해 알아보았습니다. 캐싱 전략과 Optimistic Updates 패턴이 인상적이었네요...
<script src="https://donote.kr/widget/sdk.js"></script>
<donote-widget handle="your-handle" style-type="ticket" theme="yellow" text="커피 한 잔 ☕"> </donote-widget>
Donote.create('#container', {
handle: 'your-handle',
style: 'button',
theme: 'coral',
text: '응원하기 💌'
});