https://github.com/megave/react-typescript-learning
Projects developed during the course "React & TypeScript - The Practical Guide" from Udemy | Projetos desenvolvidos durante o Curso "React & TypeScript - The Practical Guide" da Udemy
https://github.com/megave/react-typescript-learning
react typescript udemy-course-project
Last synced: 4 months ago
JSON representation
Projects developed during the course "React & TypeScript - The Practical Guide" from Udemy | Projetos desenvolvidos durante o Curso "React & TypeScript - The Practical Guide" da Udemy
- Host: GitHub
- URL: https://github.com/megave/react-typescript-learning
- Owner: megaVE
- License: mit
- Created: 2024-02-16T19:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T01:52:12.000Z (7 months ago)
- Last Synced: 2025-06-14T21:01:40.128Z (4 months ago)
- Topics: react, typescript, udemy-course-project
- Language: TypeScript
- Homepage: https://www.udemy.com/course/react-typescript-the-practical-guide/
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Typescript Learning (Projetos de Aprendizado de React Typescript)
Projects developed during the course "React & TypeScript - The Practical Guide" from Udemy | Projetos desenvolvidos durante o Curso "React & TypeScript - The Practical Guide" da Udemy## 1 - Core Concepts (Conceitos Fundamentais)
Introdução de conceitos básicos do TypeScript.
(Introduction of basic TypeScript concepts.)## 2 - Your Course Goals
Introdução da integração de TypeScript em ReactJS por meio de uma aplicação de metas pessoais.
(Introduction of TypeScript integration into ReactJS thoughtout a personal goals application.)## 3 - New Project (Novo Projeto)
Aplicação de conceitos avançados de TypeScript em um formulário template.
(Applying advanced TypeScript concepts in a template form.)## 4 - Advanced Type Safe State
Aplicação de conceitos avançados de segurança do TypeScript em uma aplicação de cronômetros.
(Applying advanced TypeScript safety concepts in a stopwatch application.)## 5 - Side Effects
Evoluindo a aplicação de cronometros com o uso de contextos e o hook useReducer.
(Evolving the stopwatch application with contexts and the useReducer hook.)## 6 - Data Fetching with TypeScript
Criação de uma página de blog simplificada para ilustrar o processo de recebimento de dados com TypeScript.
(Creation of a simplified blog page to illustrate the process of data fecthing with TypeScript.)## 7 - Redux with TypeScript
Introdução da biblioteca React Redux com auxílio de TypeScript em uma página HTML CSS.
(Introduction of the React Redux library with TypeScript help, in a HTML CSS webpage.)