Skip to content

re-rendering strategy #22

Description

@jiin-kim109

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions