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

re-rendering strategy #22

Open
jiin-kim109 opened this issue Jan 30, 2023 · 0 comments
Open

re-rendering strategy #22

jiin-kim109 opened this issue Jan 30, 2023 · 0 comments

Comments

@jiin-kim109
Copy link
Member

Description:

Considerable strategies for optimizing rendering events:

  1. DOM MutateObserver
    https://velog.io/@ggong/MutationObserver

  2. OnClick Event

  3. config.js
    e.g.

config = {
    goSfuRenderingInterval: 5000,
    myScheduleRenderingInterval: 5000
}
export default config;

Acceptance Criteria:
Test strategy (1) and (2) if they are applicable. If not, adopt (3) and edit goSfu.js and mySchedule.js to import the config object and use properties instead of the hard coded values

@jiin-kim109 jiin-kim109 converted this from a draft issue Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jiin-kim109 and others