From the course: React: Design Patterns

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Next steps in your React journey

Next steps in your React journey - React.js Tutorial

From the course: React: Design Patterns

Next steps in your React journey

- [Instructor] All right, well, we've come a long way in this course and learned a lot of different React design patterns. So just as a brief recap of what we've learned; in this course, we learned about layout components and how to use them to organize the components we create on the screen. We learned about container components, which allow our components to share different functionality between them through means of a parent component. We learned about controlled and uncontrolled components and some of the differences between those and why we prefer controlled components generally. And we also covered higher order components and some of the things that you could do with those, right, how to use them to add functionality to an existing component. And we also took a look at custom hooks. And finally, we closed out with some functional design patterns such as recursive components. So now that the course is coming to an end, you're probably wondering where to go next. Well, the main…

Contents