Ejemplo de Crud en castellano (es traducción de otro artículo):
https://www.ma-no.org/es/programacion/javascript/ejemplo-completo-de-crud-con-redux-y-react
Guía definitiva que incluye muchas cosas y está muy bien explicada:
https://www.valentinog.com/blog/redux/
Ejemplo de Redux con un enlace diferente entre el store y las props:
Una aplicación sencilla con react y redux:
https://dev.to/creativetim_official/how-to-use-redux-in-reactjs-with-real-life-examples-4gog
Diferentes maneras de hacer dispatch de acciones en react-redux:
https://www.pluralsight.com/guides/different-ways-to-dispatch-actions-with-redux
Middlewares en react:
https://www.metaltoad.com/blog/overview-redux-middleware-react-applications
Tutorial completo React+Redux:
https://medium.appbase.io/part1-getting-started-with-react-and-nextjs-4f28a6a0c38e
Tutorial completo redux:
https://developer.okta.com/blog/2019/03/18/beginners-guide-to-redux
Consejos para mejorar rendimiento:
https://itnext.io/3-small-tips-for-better-redux-performance-in-a-react-app-9cde549df6af
Tutorial:
https://www.creative-tim.com/blog/tutorial/reactjs-redux-tutorials/
React-redux + hooks:
https://thoughtbot.com/blog/using-redux-with-react-hooks
Tutorial Redux:
https://www.tutorialspoint.com/redux/index.htm
React tutorial con redux:
https://www.javatpoint.com/react-redux-example
Introducción bien explicada de react+redux:
Redux crud example:
https://www.techandstartup.com/tutorials/react-redux-crud-app
Crear un CRUD en 5 minutos:
Fullstack CRUD: