Skip to content

Vuejs-Certification/senior-bootcamp-bug-challenge

Repository files navigation

difficulty tags
2
Code Challenge, Bug Fixing Challenge, Vue 3

Employee Table Bug Challenge

Challenge Description

In this challenge, you are tasked with fixing a list rendering performance issue.

The challenge will require that you work in AppTable.vue and AppTableRow.vue.

Requirements

When selecting a row in the table all AppTableRow components will be re-rendered. However, we only need to re-render the changed Item. Fix this issue:

  • Selecting a row should only trigger the re-render of that row

💡 HINT: We have added a console log that runs every time a row is re-rendered. Check the console for a message like: "Rendered row with id: [row id here]" to help debug the unnecessary row renders

screenshot of the solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published