Next & React Custom Hooks Requirement
for every React Hooks there is no If or ternary conditional before React Hooks
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
for every React Hooks there is no If or ternary conditional before React Hooks
const observerRef = useRef<IntersectionObserver>(); const handleObserver = useCallback((entries: any) => { const target = entries; if (target.isIntersecting) { console.log("intersecting"); } }, ); const loadMoreCallback = useCallback( (el: HTMLDivElement) => {…
radix-ui https://ui.shadcn.com/