Skip to content

Commit

Permalink
Meeting notes for challenge 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenpetrov committed Oct 4, 2024
1 parent 1d665a5 commit c9f5f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/content/challenges/8.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ import Section from '@src/components/Section.astro';

<Section>
### Discussion topics
TBA
- Component encapsulation
- Style leaking and inheritance with shadow DOM
- Customizing the component from the host document when using custom properties and "part"
- Life-cycle events
- Attributes vs Properties
- The slot element
- Template literals interpolation
</Section>

<Winner>
Expand Down
4 changes: 2 additions & 2 deletions src/content/pages/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: 'FE hunger games'
import Section from '@src/components/Section.astro';
import { LeaderboardEntry } from '@src/consts';

export const asavov = new LeaderboardEntry({ wins: 2, mvp: 2 });
export const gdespolov = new LeaderboardEntry({ wins: 5, mvp: 5 });
export const asavov = new LeaderboardEntry({ wins: 3, mvp: 2 });
export const gdespolov = new LeaderboardEntry({ wins: 5, mvp: 6 });

<Section>
## What is this?
Expand Down

0 comments on commit c9f5f38

Please sign in to comment.