Skip to content

docs: Adiciona o card de performance em React e os conteúdos da plata… #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
39 changes: 39 additions & 0 deletions _data/cards/pt_BR/react-performance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: React - Gerenciamento de Performance
logo:
short-description:
key-objectives:
- Em React, uma boa performance garante uma experiência de usuário fluida e responsiva.
- A otimização de performance envolve técnicas para minimizar a quantidade de renderizações e maximizar a eficiência da atualização da interface.
- Entender o que é otimização de performance em React.
- Conhecer e saber usar técnicas como Lazy Loading e Code Splitting.
- Conhecer as demais ferramentas e práticas para otimização de performance no React.
aditional-objectives:
contents:
- type: SITE
title: "React: Documentação - Performance Hooks"
link: https://pt-br.react.dev/reference/react/hooks#performance-hooks
- type: ARTICLE
title: "Victor Rios: Performance em Aplicações React: Dicas e Técnicas de Otimização"
link: https://dev.to/vitorrios1001/performance-em-aplicacoes-react-dicas-e-tecnicas-de-otimizacao-414i
- type: ARTICLE
title: "TabNews: Performance tuning em ReactJS"
link: https://www.tabnews.com.br/gabrielOak/performance-tuning-em-reactjs
- type: YOUTUBE
title: "Sujeito Programador: Como melhorar a performance do seu projeto com React JS"
link: https://youtu.be/ENcr7ssBaMg?si=haaDbHWg0Qbp9v-s
alura-contents:
- type: ARTICLE
title: "Métricas de performance centradas no usuário"
link: https://www.alura.com.br/artigos/metricas-performance-centradas-no-usuario
- type: ARTICLE
title: "Como construir aplicações SSR com React, React Router e Vite"
link: https://www.alura.com.br/artigos/vite-ssr-react
- type: PODCAST
title: "Hipsters.tech: Performance na Web 2: SSR, Core Web Vitals e Front-end"
link: https://cursos.alura.com.br/extra/hipsterstech/performance-na-web-2-ssr-core-web-vitals-e-front-end-hipsters-ponto-tech-416-a9348
- type: PODCAST
title: "Hipsters.tech: Observabilidade no Itaú"
link: https://cursos.alura.com.br/extra/hipsterstech/observabilidade-no-itau-hipsters-ponto-tech-334-a1927
- type: COURSE
title: "React: maximizando a performance de Aplicações"
link: https://cursos.alura.com.br/formacao-react-maximizando-performance-aplicacoes
2 changes: 2 additions & 0 deletions _data/guides/pt_BR/react.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ expertise:
priority: 7
- react-hooks-form:
priority: 7
- react-performance:
priority: 5
- lodash:
priority: 4
optional: true
Expand Down
Loading