holium / holium/realm

Render efficiency check

Open
#372 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This is a loose issue in that the goal is to go through each component that builds up the OS interface and find unnecessary re-rendering and assess each case.

## Task
- [ ] Determine a strategy for measuring performance.
- [ ] Go through each component that is relevant and note which have too many unnecessary re-renders. Note them in this issue as a comment.
- [ ] Fix components with useMemo or other strategies.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by defining a strategy for measuring render performance, then inspect the components that build the OS interface for unnecessary re-renders. Record findings in a comment on this issue and identify which components need optimization. Done means the relevant cases are assessed and the selected components are improved with useMemo or another justified strategy.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, performance
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.