azinit / learn-frontend

Study examples during learning and exploring last frontend tools, libs, solutions.
2 stars 0 forks source link

Learn more: redux (common links) #126

Closed azinit closed 4 years ago

azinit commented 4 years ago

https://egghead.io/courses/getting-started-with-redux

azinit commented 4 years ago

https://github.com/reduxjs/reselect

azinit commented 4 years ago

Работаете с Redux и хотите знать о нем больше? Здесь и сейчас: 15 малоизвестных особенностей Redux, которые могут вас удивить.

https://vk.com/@nuancesprog-sekretnye-materialy-tainaya-storona-redux-stanovitsya-yavnoi

azinit commented 4 years ago

https://habr.com/ru/post/439104/

image

azinit commented 4 years ago

image

azinit commented 4 years ago

image

azinit commented 4 years ago

Motivation

As the requirements for JavaScript single-page applications have become increasingly complicated, our code must manage more state than ever before. This state can include server responses and cached data, as well as locally created data that has not yet been persisted to the server. UI state is also increasing in complexity, as we need to manage active routes, selected tabs, spinners, pagination controls, and so on.