This repository includes an English documentation website in docs/ designed for community learning from beginner to advanced React topics, including React 2026 trends and a built-in light/dark mode toggle.
To preview locally:
cd docs
python3 -m http.server 4173Then open http://localhost:4173.
To generate a deploy-ready folder for Netlify:
npm run buildThis command creates dist/ with the full static documentation site, so you can deploy with:
netlify deploy --prod --dir=distMIT License © 2026 David Simoes
Feel free to use this tutorial for learning, teaching, and sharing knowledge with others.
Made with ❤️ for the React community
📖 React Official Documentation - The authoritative source for React knowledge and best practices
Happy Coding! 🚀