getify/TNG-Hooks

Feature: `useRender(..)`

Open

#19 aberto em 19 de jan. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (43 forks)batch import
enhancementhelp wantedquestion

Métricas do repositório

Stars
 (1.014 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This hook is basically exactly like useEffect(..) except that it specifically defers its behavior asynchronously until the render frame (via requestAnimationFrame(..)).

Guia do colaborador