A project to learn React Basics Part 2

Author Picture

Wagner Caetano

July 13, 2023

Post Picture

The project I've been working on is centered around a comprehensive course on React and Next.js, two powerful frameworks for building dynamic web applications. This particular repository I'm referring to focuses on several intriguing React features that I've been learning and exploring throughout the duration of the course.

In this repository, you'll find a collection of practical examples and implementations that highlight the various concepts and functionalities I've gained proficiency in.

One of the aspects that make this project exciting is its seamless integration with Vercel, a popular cloud platform for deploying and hosting web applications. By leveraging the Vercel platform, the project is not only accessible to me but also publicly available for others to view and interact with.

Through this comprehensive course, I've had the opportunity to delve deep into React and Next.js, expanding my knowledge and honing my skills in frontend development. The repository serves as a tangible representation of my progress, demonstrating the hands-on experience I've gained and showcasing my ability to implement the learned concepts effectively.


This is the course:

udemy.comcoursecurso de reactjs nextjs completo do basico ao avan...

Section 5: Routing with React Router Dom

In this section we will learn how to use React Router Dom to add routing to our application. React Router Dom is widely used to add routes to your React front-end. We will understand how it works and how to use links effectively in react.