Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropping frames ~ Render perfomance in TV devices #123

Open
raphamorim opened this issue Jun 21, 2022 · 0 comments
Open

Dropping frames ~ Render perfomance in TV devices #123

raphamorim opened this issue Jun 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@raphamorim
Copy link
Owner

Currently React Ape drop frames when rendering a lot of components in the same time. This issue was reported by @raphaelpor originally. The reason of problem is known: It renders using stack logic so basically waits for the JavaScript to process the forEach then render each item per order which isn't the best solution. I will be working in a rewrite of the core render logic and also porting logic to Web components (as a performance test, e.g: https://engineering.icf.com/reusable-canvas-based-web-components/) if it's available in the window context.

image

@raphamorim raphamorim added the enhancement New feature or request label Jun 21, 2022
@raphamorim raphamorim added this to the 0.2.0 milestone Jun 21, 2022
@raphamorim raphamorim self-assigned this Jun 21, 2022
raphamorim added a commit that referenced this issue Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: In Progress
Development

No branches or pull requests

1 participant