Skip to content

Commit

Permalink
chore: training dates Q2 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jan 15, 2025
1 parent 729344d commit 197dcd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,15 @@ JB :
angular:
title: Angular
dates:
- 09-12/12 à distance
- 24-27/02 à distance
- 24-27/03 à distance
- 02-05/06 à distance
angular-advanced:
title: Angular avancé
dates:
- 20-23/01 à distance
- 14-17/04 à distance
vue:
title: Vue 3
dates:
- 02-05/12 à distance
- 17-20/02 à distance
- 19-22/05 à distance
2 changes: 1 addition & 1 deletion _posts/2024-09-05-what-is-new-vue-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ This is a nice improvement!
## useId

A new composition function called `useId` has been added to generate a unique ID.
This feature is probably already familiar to [React developers](https://react.dev/reference/react/useId) or Nuxt developers who use the `useId` [composable](https://nuxt.com/docs/api/composables/use-id).
This feature is probably already familiar to [React developers](https://react.dev/reference/react/useId) or Nuxt developers who use the `useId` composable.

This can be useful when you need to generate an ID for an HTML element,
for example when you use a label with an input, or for accessibility attributes:
Expand Down

0 comments on commit 197dcd9

Please sign in to comment.