Documentation: The Redux documentation now includes a new FAQ entry on form state, helping users understand how to manage form data effectively.
Documentation: A new page on Code Splitting is added to the 'Recipes' section, providing users with guidance on how to implement code splitting in their applications.
Improvements
Website: The search input spacing on both mobile and desktop has been increased for a more comfortable user experience.
Documentation: The docs site has been updated to use Docusaurus, enhancing the overall look and feel, and improving navigation for users.
Documentation: The internal links in the Store documentation have been fixed, ensuring users can navigate smoothly to relevant sections.
Fixes
Fix broken links in the documentation, ensuring users can access all resources without encountering errors.
Fix the header anchor link positioning in the documentation, resolving an issue where the content would jump when hovering over certain links.
Others
Add a comment explaining the unexpectedKeyCache in the documentation, providing clarity for users on this feature.
Update the examples page with embeds, making it easier for users to see practical implementations of Redux.