There’s no idiomatic way to structure Redux applications yet. And I believe there’s no The Only True Project Structure but I’ll describe what works for me.
Redux Ducks: Restructure your Redux App with Ducks
Redux Ducks: Restructure your Redux App with Ducks will teach you how to bundle action creators, action types and reducers side by side in your Redux app.
Паттерн "observer" известен наверное с момента появления самого ооп. Упрощенно можно представить что есть объект который хранит список слушателей и имеет метод...
The Problems with Redux: Can React, MobX, and Realm save us?
We all know redux is great but comes along with tons of boilerplate configuration and architecture. Can React's local state, MobX and Realm solve this?
In an ever growing ecosystem of rich and complicated JavaScript applications, there’s more state to be managed than ever before: the current user, the list of posts loaded, etc.Managing state can be h...
json-api-normalizer: легкий способ подружить Redux и JSON API
В последнее время набирает популярность стандарт JSON API для разработки веб-сервисов. На мой взгляд, это очень удачное решение, которое наконец хоть немного...
Сегодня Redux — это одно из наиболее интересных явлений мира JavaScript. Он выделяется из сотни библиотек и фреймворков тем, что грамотно решает множество...
Оптимизируем redux хранилище для более производительных изменений
Этот пост является продолжением поста про оптимизацию производительности списка в React приложении. Внимание. В данном посте примеры подготовлены специально...
Three Rules For Structuring (Redux) Applications — Jack Hsu
In this series we are looking at code organization in the context of a React and Redux application. The takeaways for the “Three Rules” presented here should be applicable to any application, not just...
Это краткое руководство и обучение по фронтэнеду для бэкендера. В данном руководстве я решаю проблему быстрого построения пользовательского интерфейса к...
A guide for setting up Redux in a React project. The post includes a repo and demo app to help you get up and running with Redux as painlessly as possible.
If, like me, you've read the Redux docs, watched Dan's videos, done Wes' course and still not quite grasped how to use Redux, hopefully this will help.It took me a few attempts at using Redux...
React Redux. Получение доступа к state из функции mapDispatchToProps()
Всем привет! Сегодня рассмотрим решение, довольно-таки популярной проблемы — получение доступа к state из функции mapDispatchToProps() react-redux приложения.
Practical Redux, Part 0: Introduction · Mark's Dev Blog
First in a series covering Redux techniques based on my own experience Series Table of Contents I’ve spent a lot of time learning about Redux, from many different sources. Much of my early learning ca...