This site aims to solve the Redux documentation fragmentation problem by providing a clear introduction to the each part of the Redux Documentation, Library.
Redux's documentation and resources are currently spread across multiple sites and platforms:
- Multiple documentation sites
- Scattered content across different platforms
This site aims to create a centralized that makes it easier to find and navigate Redux-related information.
This project was inspired by community feedback about Redux documentation accessibility, particularly the discussion raised in this post by Mark Erikson (Redux maintainer).
I welcome contributions to help make Redux documentation more accessible! Here's how you can help:
-
Content Improvements
- Improve existing explanations
- Fix typos or clarify wording
-
Technical Contributions
- Bug fixes
- Performance improvements
- New features
- UI/UX enhancements
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
We are committed to providing a welcoming and inclusive experience for everyone. We expect all participants to follow our Code of Conduct in all project spaces.
This project is licensed under the MIT License. See the LICENSE file for details.