Skip to content

Commit

Permalink
Merge pull request #613 from reactjs/copy/use-client
Browse files Browse the repository at this point in the history
Translation of the fleshed-out "use client" directive page
  • Loading branch information
tdd authored Nov 7, 2023
2 parents 9fbb8b8 + 452b09a commit 7af9e51
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 112 deletions.
17 changes: 17 additions & 0 deletions .vscode/react-dev.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Place your espace de travail fr.react.dev snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
"React Server Components": {
"scope": "markdown",
"prefix": "rsc",
"body": [
"React Server Components",
],
"description": "React Server Components"
}
}
Loading

0 comments on commit 7af9e51

Please sign in to comment.