From the course: React Essential Training
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Designing performant apps with React Server Components - React.js Tutorial
From the course: React Essential Training
Designing performant apps with React Server Components
- [Instructor] Well, we did it. We built a couple different React applications first using Vites and second using Next.js to introduce the fundamentals of the React library. Now from here, there are a couple different directions that you can go in, depending on what you most enjoy and what your work requirements are. So I would definitely check out more on Next.js data storage options. So this would probably involve another tool on top of Next.js, but learning to store data in databases, REST APIs, even GraphQL APIs, all are different next steps that you can take as you're starting to build out your apps. I would also recommend learning more about React server components. There are a lot of cool things coming out in this world of React, not necessarily just for Next.js, but all over the place for really thinking about how to make our applications as performant as possible. And speaking of that, we can talk about Next.js caching in more detail as well. The Next.js documentation is a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.