Redux

112 bookmarks
Custom sorting
Structuring React and Redux applications
Structuring React and Redux applications
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.
·blog.sapegin.me·
Structuring React and Redux applications
Scaling your Redux App with ducks – freeCodeCamp
Scaling your Redux App with ducks – freeCodeCamp
How does your front-end application scale? How do you make sure that the code you’re writing is maintainable 6 months from now?
·medium.freecodecamp.org·
Scaling your Redux App with ducks – freeCodeCamp
Redux Ducks: Restructure your Redux App with Ducks
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.
·robinwieruch.de·
Redux Ducks: Restructure your Redux App with Ducks
Применение паттерна observer в Redux и Mobx
Применение паттерна observer в Redux и Mobx
Паттерн "observer" известен наверное с момента появления самого ооп. Упрощенно можно представить что есть объект который хранит список слушателей и имеет метод...
·habrahabr.ru·
Применение паттерна observer в Redux и Mobx
faceyspacey/redux-first-router
faceyspacey/redux-first-router
redux-first-router - 🎖 seamless redux-first routing -- just dispatch actions
·github.com·
faceyspacey/redux-first-router
investtools/extensible-duck
investtools/extensible-duck
extensible-duck - Modular and Extensible Redux Reducer Bundles (ducks-modular-redux)
·github.com·
investtools/extensible-duck
erikras/ducks-modular-redux
erikras/ducks-modular-redux
ducks-modular-redux - A proposal for bundling reducers, action types and actions when using Redux
·github.com·
erikras/ducks-modular-redux
Редакс в реальной жизни
Редакс в реальной жизни
Про реальные проблемы, с которыми вы столкнётесь при разработке redux-приложения: сайд-эффекты, бизнес-логика и тестирование
·iamakulov.com·
Редакс в реальной жизни
Нету ни слова про селекторы. – Andrew Los – Medium
Нету ни слова про селекторы. – Andrew Los – Medium
Дорогой читатель, если ты хоть что-то сортируешь, меняешь в стейте редюсером и это не обновление, добавление, удаление, то ты больной ублю…
·medium.com·
Нету ни слова про селекторы. – Andrew Los – Medium
Immutability in JavaScript using Redux
Immutability in JavaScript using Redux
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...
·toptal.com·
Immutability in JavaScript using Redux
json-api-normalizer: легкий способ подружить Redux и JSON API
json-api-normalizer: легкий способ подружить Redux и JSON API
В последнее время набирает популярность стандарт JSON API для разработки веб-сервисов. На мой взгляд, это очень удачное решение, которое наконец хоть немного...
·habrahabr.ru·
json-api-normalizer: легкий способ подружить Redux и JSON API
Руководство по работе с Redux
Руководство по работе с Redux
Сегодня Redux — это одно из наиболее интересных явлений мира JavaScript. Он выделяется из сотни библиотек и фреймворков тем, что грамотно решает множество...
·habrahabr.ru·
Руководство по работе с Redux
Оптимизируем redux хранилище для более производительных изменений
Оптимизируем redux хранилище для более производительных изменений
Этот пост является продолжением поста про оптимизацию производительности списка в React приложении. Внимание. В данном посте примеры подготовлены специально...
·habrahabr.ru·
Оптимизируем redux хранилище для более производительных изменений
Three Rules For Structuring (Redux) Applications — Jack Hsu
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...
·jaysoo.ca·
Three Rules For Structuring (Redux) Applications — Jack Hsu
Быстрый курс Redux + websockets для бэкендера
Быстрый курс Redux + websockets для бэкендера
Это краткое руководство и обучение по фронтэнеду для бэкендера. В данном руководстве я решаю проблему быстрого построения пользовательского интерфейса к...
·habrahabr.ru·
Быстрый курс Redux + websockets для бэкендера
A Practical Guide to Redux
A Practical Guide to Redux
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.
·lorenstewart.me·
A Practical Guide to Redux
A Dummy's Guide to Redux and Thunk in React
A Dummy's Guide to Redux and Thunk in React
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...
·codepen.io·
A Dummy's Guide to Redux and Thunk in React
React, routing, and data fetching
React, routing, and data fetching
In React applications at scale, routing, data fetching, and code splitting are naturally linked. The upcoming React Router v4 sacrifices…
·medium.com·
React, routing, and data fetching
Practical Redux, Part 0: Introduction · Mark's Dev Blog
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...
·blog.isquaredsoftware.com·
Practical Redux, Part 0: Introduction · Mark's Dev Blog
Redux-form. Когда работать с формами просто
Redux-form. Когда работать с формами просто
Думаю, большинство знает схему работы библиотеки redux: view → action → middlewares → reducers → state → view Подробности здесь. Хочу представить вашему...
·habrahabr.ru·
Redux-form. Когда работать с формами просто