Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0806dcb
Adding translations to the <Profiler> component
RubenChirino Feb 25, 2023
faac6f3
Merge branch 'main' into profiler-es-translations
RubenChirino Feb 25, 2023
5be4f37
Merge branch 'main' into profiler-es-translations
RubenChirino Mar 4, 2023
5ea1245
Update beta/src/content/reference/react/Profiler.md
RubenChirino Mar 19, 2023
4e59325
Update beta/src/content/reference/react/Profiler.md
RubenChirino Mar 19, 2023
4ea47fb
Merge branch 'main' into profiler-es-translations
RubenChirino Mar 19, 2023
538b688
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
23bd321
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
5a165f7
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
5661411
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
68774eb
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
6d01292
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
df0cab3
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
c97adcc
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
f72d91b
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
32c15f4
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
8b08e8a
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
002dc38
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
83385bc
Update beta/src/content/reference/react/Profiler.md
RubenChirino Apr 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update beta/src/content/reference/react/Profiler.md
Co-authored-by: Rainer Martinez <[email protected]>
  • Loading branch information
RubenChirino and carburo authored Apr 1, 2023
commit f72d91b62fabdc08758d8290e6da0dad8f4c4035
2 changes: 1 addition & 1 deletion beta/src/content/reference/react/Profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function onRender(id, phase, actualDuration, baseDuration, startTime, commitTime

## Uso {/*usage*/}

### Medición del rendimiento de la performance programáticamente {/*measuring-rendering-performance-programmatically*/}
### Medición del rendimiento de renderizado programáticamente {/*measuring-rendering-performance-programmatically*/}

Envuelve el componente `<Profiler>` alrededor de un árbol de React para medir su rendimiento de performance.

Expand Down