Ecosystem: Add new resources to the ecosystem page, including 'redux-search' for efficient indexing and searching without blocking, and 'redux-saga' for managing side effects in Redux applications.
Improvements
Documentation: Enhance the Store documentation by adding information about unsubscribing store listeners, making it easier for users to manage their subscriptions effectively.
Examples: Update the ToDo app example to use unique IDs for todos instead of indexes, improving the overall functionality and reliability of the example.
Fixes
Fix an issue with the async example that disallowed fetch requests by switching to the HTTPS Reddit endpoint, ensuring smoother data fetching.
Fix a bug in the ToDo app example that generated duplicate IDs, ensuring each todo item is uniquely identified and updated correctly.
Others
Remove deprecated libraries from the documentation to streamline the user experience and avoid confusion.
Update routing links in the documentation to point directly to the recommended 'redux-simple-router', enhancing user navigation.