GitShow/pacocoursey/use-delayed-render
pacocoursey

use-delayed-render

react hook for delaying the render and unmount of a component

by pacocoursey
hookreactreact-hooks
Star on GitHubForknpm

TypeScript

168 stars5 forks4 contributorsQuiet · 3y agoSince 2020

Meet the team

See all 4 on GitHub →
pacocoursey
pacocoursey5 contributions
dependabot[bot]Bot
dependabot[bot]1 contribution

Languages

View on GitHub →
TypeScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 5 in progress · Last activity 3y ago
See all on GitHub →
kmvan
Need to update React version to 17OpenIssue

kmvan · 3y ago

Recent fixes

View closed PRs →
pacocoursey
Calculate state in same render pass instead of effectClosedIssue

Mostly note to self Currently we setState inside an effect, meaning 2 re-renders for the component that uses instead of just calculating it during the first render directly (skip the effect). We can use refs to make this quicker (push your local version paco!)

pacocoursey · 5y ago
Structured data for AI agents

Repository: pacocoursey/use-delayed-render. Description: react hook for delaying the render and unmount of a component Stars: 168, Forks: 5. Primary language: TypeScript. Languages: TypeScript (100%). Topics: hook, react, react-hooks. Open PRs: 5, open issues: 1. Last activity: 3y ago. Community health: 28%. Top contributors: pacocoursey, dependabot[bot].

·@ofershap

Replace github.com with gitshow.dev