Skip to content

Commit

Permalink
fix: Corrige links da documentação do react. Adiciona os links mais r…
Browse files Browse the repository at this point in the history
…ecentes e conteúdos atualizados em cada card (#206)
  • Loading branch information
NeiltonSeguins authored Sep 26, 2023
1 parent 6e90a3a commit a53e4d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
9 changes: 6 additions & 3 deletions _data/cards/pt_BR/react-hooks-callback.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: React Hooks - Callback
logo:
logo:
short-description:
key-objectives:
- O hook React `useCallback` retorna uma função de callback memoizada.
Expand All @@ -8,7 +8,7 @@ aditional-objectives:
contents:
- type: SITE
title: "React: Documentação - useCallback"
link: https://pt-br.reactjs.org/docs/hooks-reference.html#usecallback
link: https://pt-br.react.dev/reference/react/useCallback
- type: ARTICLE
title: "Primeiros passos com React Hooks — useMemo e useCallback"
link: https://medium.com/@devjpnobrega/primeiros-passos-com-react-hooks-usememo-e-usecallback-13d54da4f9ba
Expand All @@ -21,4 +21,7 @@ contents:
alura-contents:
- type: YOUTUBE
title: "Alura: Hook useCallback x useMemo - performance no React"
link: https://www.youtube.com/watch?v=VVmGrEZoBvM
link: https://www.youtube.com/watch?v=VVmGrEZoBvM
- type: COURSE
title: "Curso React: otimizando a performance"
link: https://cursos.alura.com.br/course/react-otimizando-performance
8 changes: 4 additions & 4 deletions _data/cards/pt_BR/react-hooks-memo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: React Hooks - Memo
logo:
logo:
short-description:
key-objectives:
- O hook React `useMemo` retorna um valor memoizado. `useMemo` apenas recalculará o valor memoizado quando uma das dependências for alterada.
Expand All @@ -9,7 +9,7 @@ aditional-objectives:
contents:
- type: SITE
title: "React: Documentação - useMemo"
link: https://pt-br.reactjs.org/docs/hooks-reference.html#usememo
link: https://pt-br.react.dev/reference/react/useMemo
- type: ARTICLE
title: "React.useMemo na prática"
link: https://medium.com/reactbrasil/react-usememo-na-pr%C3%A1tica-692110771c01
Expand All @@ -30,5 +30,5 @@ alura-contents:
title: "Alura: Hook useCallback x useMemo - performance no React"
link: https://www.youtube.com/watch?v=VVmGrEZoBvM
- type: COURSE
title: "Curso React: gerenciamento de estados globais com ContextAPI"
link: https://cursos.alura.com.br/course/react-context-estados-globais-contextapi
title: "Curso React: otimizando a performance"
link: https://cursos.alura.com.br/course/react-otimizando-performance
11 changes: 7 additions & 4 deletions _data/cards/pt_BR/react-hooks-ref.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: React Hooks - Ref
logo:
logo:
short-description:
key-objectives:
- O hook `useRef` permite que você persista valores entre renderizações.
Expand All @@ -8,7 +8,7 @@ aditional-objectives:
contents:
- type: SITE
title: "React: Documentação - useRef"
link: https://pt-br.reactjs.org/docs/hooks-reference.html#useref
link: https://pt-br.react.dev/reference/react/useRef
- type: ARTICLE
title: "Conhecendo o useRef do React"
link: https://medium.com/@guigaoliveira_/conhecendo-o-useref-do-react-9d67e66
Expand All @@ -19,6 +19,9 @@ contents:
title: "The Complete Guide to useRef() and Refs in React (inglês)"
link: https://dmitripavlutin.com/react-useref-guide/
alura-contents:
- type: YOUTUBE
title: "useRef: como funciona esse React Hook | #AluraMais"
link: https://youtu.be/BwRxBGsT_f0?si=hxzvPvFoOywZBZ9M
- type: COURSE
title: "Curso React: testando os seus componentes"
link: https://www.alura.com.br/curso-online-react-testando-componentes
title: "Curso React: otimizando a performance"
link: https://cursos.alura.com.br/course/react-otimizando-performance

1 comment on commit a53e4d1

@vercel
Copy link

@vercel vercel bot commented on a53e4d1 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.