This repository contains a simple website project built to learn basics of React and Next.js following this course.
Chapters: (10/10)
- General information on React and Next.js
- Rendering UI using DOM manipulation and regular JavaScript
- Creating React components
- Passing data to components using
props - Adding interactivity to components using
state - Migrating React applications to Next.js
- Basics of server and client components