This page curates official documentation and community resources to continue learning React beyond this course, organized by topic.
Official React Documentation
react.dev is the official React documentation — rewritten for modern hooks-first React. It replaces the legacy reactjs.org docs and should be your primary reference.
react.dev // official docs
react.dev/reference/react // API reference
react.dev/learn // guided tutorials
github.com/facebook/react // source and releases
Start with react.dev/learn for guided paths matching this course.