

Incerto onde
começar?
Track
Certificado
Torne-se um Desenvolvedor React
4.6+
★★★★★
★★★★★
63 avaliações
Intermediate
Domine a arte de construir interfaces de usuário dinâmicas e interativas para aplicações web como um habilidoso Desenvolvedor React. Se você compreende bem JavaScript, focar em dominar React é uma escolha inteligente. Mostre mais
React
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Build modern web applications using React, including components, props, and state management
- Navigate between pages seamlessly with React Router and implement dynamic routing
- Manage global state efficiently using Redux Toolkit for scalable applications
- Develop full-stack applications with Next.js 14, including server-side rendering and API routes
- Explore the basics of React Native to build cross-platform mobile applications
- 171 chapters
- 27 hours
- 119 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / React Mastery
Gain an understanding of the core principles of React. You'll learn about JSX (JavaScript XML), building reusable UI components, and rendering elements. Additionally, you'll explore the importance of data collection and conditional rendering in React applications. By the end of this section, you'll have a solid foundation of React's essential concepts, setting you up for success in the more advanced topics covered in the following sections.
- What Is React and Why Use It?Preview
- Comparing SPAs and MPAs in Web DevelopmentPreview
- How React Works with the Virtual DOMPreview
- Introducing JSX for Writing HTML in JavaScriptPreview
- Building Complex UI with JSXPreview
- Rendering Elements in ReactPreview
- Challenge: Render an Element in ReactPreview
- Understanding React ComponentsPreview
- Passing Data with Props in ReactPreview
- Challenge: Create Functional ComponentsPreview
- Conditional Rendering in ReactPreview
- Challenge: Implement Conditional Rendering – Chat NotificationPreview
- Challenge: Implement Conditional Rendering – Bank AlertPreview
- Rendering Collections of Data in ReactPreview
- Challenge: Display Data Collections in ReactPreview
- React Fundamentals Wrap-UpPreview
Explore the various methods of adding styles to the React applications. You will learn how to apply styles to individual components, use dynamic styles, and maintain a scalable and maintainable styling approach in your projects.
- Introduction to Styling in ReactPreview
- Using Inline Styles in ReactPreview
- Applying Inline Styles in PracticePreview
- Challenge: Use Inline Styles in a React ComponentPreview
- Styling React Components with External CSSPreview
- Applying External CSS in PracticePreview
- Challenge: Apply External CSS to a React AppPreview
- Using CSS Modules for Scoped Styling in ReactPreview
- Organizing File and Folder Structures for StylesPreview
- Challenge: Use CSS Modules in ReactPreview
- Styling Techniques in React Wrap-UpPreview
Powerful features in modern React development. Hooks revolutionize how we write functional components, providing a concise and intuitive way to manage state and perform side effects. Conversely, Context allows us to share data through the component tree without prop drilling. Combining hooks and Context enables efficient state management and simplified data sharing in React applications.
- Introduction to React Hooks and ContextPreview
- Managing State with the useState HookPreview
- Challenge: Toggle Visibility with useStatePreview
- Working with References Using the useRef HookPreview
- Challenge: Build a Controlled Form ComponentPreview
- Handling Side Effects with the useEffect HookPreview
- Challenge: Fetch and Display Data with useEffectPreview
- Optimizing Performance with the useMemo HookPreview
- Challenge: Implement a Car List Filter with useMemoPreview
- Sharing State Across Components with ContextPreview
- Using Context in a Real-World ScenarioPreview
- Challenge: Build a World of Astronomy App with ContextPreview
- React Hooks and Context Wrap-UpPreview
Step-by-step guide on how to start a real-world React project. From setting up your development environment to understanding project organization and critical tools, you'll gain the knowledge and confidence to embark on your React journey.
Module 2 / React Router Essentials
Learn the theoretical basics of concepts such as URL, domain, protocol, query parameters, and more. Understand the significance of routing in web applications and why we need the React Router library.
Discover how to create an entire React application from scratch, with the ability to display content that adapts based on the URL using React Router functionality.
- Overview of the Multi-Page WebsitePreview
- Installing React RouterPreview
- Enabling Routing in a React AppPreview
- Defining Routes for NavigationPreview
- Recap: First Steps in React RouterPreview
- Optimizing Imports with Lazy LoadingPreview
- Implementing a Fallback ComponentPreview
- Recap: Second Steps in React RouterPreview
- Creating and Managing NavigationPreview
- Exploring React Router's Complete LogicPreview
- Recap of React Router FundamentalsPreview
Explore using query strings for sharing and managing application state via URLs, work with different data types in query parameters, and leverage React Router for navigation and effects based on URL changes.
Module 3 / State Management with Redux Toolkit in React
Explore the fundamental concepts of state management and show you how to leverage the power of the Redux Toolkit. We will guide you through the installation process and help you create your first React Redux Toolkit project. Additionally, meet a challenge to test your understanding and skills.
Investigate Redux integration with React apps, covering core concepts: actions, reducers, and the Redux store. Includes practical examples and code explanations for configuring a store, creating reducers, and connecting React components via hooks like useSelector and useDispatch.
- What AwaitsPreview
- Understanding the Project Code and File StructurePreview
- Creating the Redux StorePreview
- Integrating the Redux Store Into the React AppPreview
- Inspecting the Store in the React AppPreview
- Understanding Actions and Action CreatorsPreview
- Understanding the Role of ReducersPreview
- Inspecting Actions and Reducers in ReduxPreview
- Connecting Redux with React ComponentsPreview
- Completing the AppPreview
Supercharge your skills in state management. In this hands-on workshop, you tackle real-world challenges and gain practical experience using the Redux Toolkit for seamless application development.
Module 4 / Next.js 14 Mastery for Building Modern Web Apps
Let's discuss what you need to learn before diving into the Next.js framework, what to expect from this course, and what you'll build.
We will set up the project, inspect ways to add styling to our app and cover visual aspects such as images, fonts, pages, and layouts.
- Setting Up the Next.js ProjectPreview
- Understanding the Project File and Folder StructurePreview
- Styling Approaches in Next.jsPreview
- Adding the Global CSS FilePreview
- Using Tailwind CSS for StylingPreview
- Working with CSS ModulesPreview
- Applying Styles ConditionallyPreview
- Adding Custom Google FontsPreview
- Challenge: Implementing a Custom Google FontPreview
- Handling Images in Next.jsPreview
Learn how to easily create and manage a new view for your app and navigate through all pages seamlessly with an incorporated routing system.
Deploy the Next.js app using GitHub and Vercel accounts. Additionally, establish a database to supply the app with the necessary data.
Consider how to obtain and show data to the user clearly and efficiently.
- How to Fetch Data in Next.jsPreview
- Working with the Dashboard PagePreview
- Challenge: Retrieving and Displaying DataPreview
- Dynamic vs. Static Rendering in Next.jsPreview
- Understanding LoadersPreview
- Implementing Specific Part LoadersPreview
- Challenge: Create a Skeleton LoaderPreview
- Optimizing Loaders with Component GroupingPreview
Discover how to implement modern web features such as pagination, CRUD operations, global search, form validation, and more.
- Building the Invoices PagePreview
- Developing the Search FunctionalityPreview
- Adding Pagination to a Next.js AppPreview
- Using Server Actions in Next.jsPreview
- Creating a New Item in the DatabasePreview
- Updating an Item in the DatabasePreview
- Deleting an Item in the DatabasePreview
- Challenge: Implementing Form ValidationPreview
Authentication implementation in Next.js.
- Understanding AuthenticationPreview
- Setting Up the Login RoutePreview
- Using NextAuth.js for AuthenticationPreview
- Configuring Authentication and Protecting RoutesPreview
- Hashing Passwords and Managing CredentialsPreview
- Implementing Sign-In FunctionalityPreview
- Connecting the UI with Authentication LogicPreview
- Implementing Logout FunctionalityPreview
- Final Thoughts and Next StepsPreview
Module 5 / Foundations of React Native
The comprehensive introduction to React Native outlines the prerequisites and course objectives and offers guidance on efficient learning practices. Understand what to expect from the course and how to approach the learning journey effectively.
Explore the foundational concepts of React Native, from setting up the development environment to understanding React Native components. Get hands-on experience building a simple app and laying the groundwork for more complex projects.
- Setting Up the React Native ProjectPreview
- Understanding React Native ComponentsPreview
- Working with View and Text ComponentsPreview
- Using the Image ComponentPreview
- Styling in React NativePreview
- Challenge: Apply Styles to ComponentsPreview
- Working with TouchableOpacity for User InteractionPreview
- Implementing ScrollView for Scrolling ContentPreview
- Rendering Lists in React NativePreview
- Challenge: Build an Interactive Resort ListPreview
- Quiz: React Native BasicsPreview
Learn efficient management of dynamic states, props, navigation, and hooks to create polished React Native applications.
- Managing State in React NativePreview
- Using Props for Component CustomizationPreview
- Challenge: Mastering Props and StatePreview
- Navigation in React NativePreview
- Implementing Stack NavigationPreview
- Implementing Tab NavigationPreview
- Using React Hooks in React NativePreview
- Quiz: React Native State, Props, and NavigationPreview
Explore advanced aspects of React Native development, covering crucial topics such as Input handling, StatusBar, ActivityIndicators, and more. Dive deep into practical techniques for building sophisticated mobile applications.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Data Engineer
Certificado de Conclusão
Mostre suas habilidades recém-adquiridas. Você merece
Discover more
Learning tracks
Somente para Ultimate
7 Cursos
293 Tarefas
Somente para Ultimate
6 Cursos
169 Tarefas
Somente para Ultimate
4 Cursos
115 Tarefas
Somente para Ultimate
6 Cursos
101 Tarefas
Somente para Ultimate
4 Cursos
143 Tarefas
Somente para Ultimate
3 Cursos
39 Tarefas
Somente para Ultimate
4 Cursos
96 Tarefas
Somente para Ultimate
7 Cursos
377 Tarefas
Somente para Ultimate
2 Cursos
1 Projeto
65 Tarefas
Somente para Ultimate
7 Cursos
320 Tarefas
Somente para Ultimate
6 Cursos
283 Tarefas
Somente para Ultimate
5 Cursos
146 Tarefas
Somente para Ultimate
5 Cursos
123 Tarefas
Somente para Ultimate
3 Cursos
71 Tarefas
Somente para Ultimate
6 Cursos
229 Tarefas
Somente para Ultimate
5 Cursos
213 Tarefas
Somente para Ultimate
4 Cursos
125 Tarefas
Somente para Ultimate
3 Cursos
119 Tarefas
Somente para Ultimate
3 Cursos
75 Tarefas
Learning tracks
trilha
Web Development with C#
Iniciante
4.8
(2306)
trilha
Python de Zero a Herói
Iniciante
4.7
(8155)
trilha
SQL do Zero ao Herói
Iniciante
4.7
(2541)
trilha
C++ para Iniciantes
Iniciante
4.5
(440)
trilha
Game Development with Unity
Iniciante
4.7
(66)
trilha
Excel Essentials
Iniciante
4.7
(254)
trilha
Data Analyst Foundation
Iniciante
4.8
(2415)
trilha
Essenciais de Java
Iniciante
4.7
(181)
trilha
Python: Além do Intermediário
Iniciante
4.7
(58)
trilha
Desenvolvimento Web Full Stack
Iniciante
4.7
(823)
trilha
Fundação de Desenvolvimento Frontend
Iniciante
4.7
(792)
trilha
Análise e Visualização de Dados em Python
Intermediário
4.7
(529)
trilha
Fundamentos de Aprendizado de Máquina
Intermediário
4.6
(120)
trilha
C++ Mastery
Avançado
4.8
(16)
trilha
Java Web
Avançado
4.7
(1131)
trilha
Become a QA Engineer
Iniciante
4.7
(691)
trilha
Video Production with Adobe
Iniciante
5.0
(5)
trilha
UI/UX Design Tools
Iniciante
5.0
(4)
trilha
Essential Office Skills
Iniciante
4.8
(202)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams