redux.md

July 15, 2021 · View on GitHub

Bookmarks tagged [redux]

www.codever.land/bookmarks/t/redux

Managing State in Angular 2 - Kyle Cordes - Oct 2016 - 46min

https://www.youtube.com/watch?v=eBLTz8QRg4Q

This month at the St. Lewis Angular Lunch, Kyle spoke about managing state in Angular 2 applications. The crying baby thumbnail accurately reflects how many developers have come to experience state ma...


Some problems with React/Redux

https://staltz.com/some-problems-with-react-redux.html

Some pain points about using React and Redux


Angular Application Architecture: Build Reux-like Apps with RxJs

https://blog.angular-university.io/angular-2-application-architecture-building-applications-using-rx...

In this post, we are going to walk through how Angular applications can be built in a Functional Reactive style using the RxJs library that is part of Angular. We will go over the following topics:

*...


NGXS Home Page

https://www.ngxs.io/

NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations.

NGXS is modeled aft...


React Simple Auth: React + Redux + OAuth 2.0 - Matt Mazzola - Medium

https://medium.com/@mattmazzola/react-simple-auth-react-redux-oauth-2-0-de6ea9df0a63

I recently started working on a React project and was looking to add authentication support to it. As a long time Ember developer I expected there to be a standard community solution similar to ember-...


GitHub - erikras/react-redux-universal-hot-example

https://github.com/erikras/react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform - erikras/react-redux-universal-hot-example


react-redux - Official React bindings for Redux

https://github.com/reactjs/react-redux

Official React bindings for Redux. Contribute to reduxjs/react-redux development by creating an account on GitHub.


redux-devtools - DevTools for Redux with hot reloading, action replay, and customizable UI

https://github.com/reduxjs/redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI - reduxjs/redux-devtools


react-router-redux - Bindings to keep react-router and redux in sync

https://github.com/reactjs/react-router-redux

Ruthlessly simple bindings to keep react-router and redux in sync - reactjs/react-router-redux


redux-form - A Higher Order Component using react-redux to keep form state

https://github.com/erikras/redux-form

A Higher Order Component using react-redux to keep form state in a Redux store - erikras/redux-form


redux-thunk - Thunk middleware for redux

https://github.com/gaearon/redux-thunk

Thunk middleware for Redux. Contribute to reduxjs/redux-thunk development by creating an account on GitHub.


redux-logger - Logger middleware for redux

https://github.com/theaqua/redux-logger

Logger for Redux. Contribute to LogRocket/redux-logger development by creating an account on GitHub.


reselect - Selector library for Redux

https://github.com/reactjs/reselect

Selector library for Redux. Contribute to reduxjs/reselect development by creating an account on GitHub.


normalizr - Normalizes nested JSON according to a schema

https://github.com/paularmstrong/normalizr

Normalizes nested JSON according to a schema. Contribute to paularmstrong/normalizr development by creating an account on GitHub.


redux-saga - An alternative side effect model for Redux apps

https://github.com/yelouafi/redux-saga

An alternative side effect model for Redux apps. Contribute to redux-saga/redux-saga development by creating an account on GitHub.


redux-data-fx - Declarative Side Effects for Redux

https://github.com/matthieu-beteille/redux-data-fx

Declarative Side Effects for Redux. Contribute to matthieu-beteille/redux-data-fx development by creating an account on GitHub.


redux-observable - RxJS middleware for Redux

https://github.com/redux-observable/redux-observable

RxJS middleware for action side effects in Redux using "Epics" - redux-observable/redux-observable


redux-analytics - Analytics middleware for Redux

https://github.com/markdalgleish/redux-analytics

Analytics middleware for Redux. Contribute to markdalgleish/redux-analytics development by creating an account on GitHub.


redux-undo - Higher order reducer to add undo/redo functionality to redux state containers

https://github.com/omnidan/redux-undo

:recycle: higher order reducer to add undo/redo functionality to redux state containers - omnidan/redux-undo


https://github.com/treasure-data/redux-search

Redux bindings for client-side search. Contribute to bvaughn/redux-search development by creating an account on GitHub.


redux-mock-store - A mock store for your testing your redux async action creators and middleware

https://github.com/arnaudbenard/redux-mock-store

A mock store for testing Redux async action creators and middleware. - dmitry-zaets/redux-mock-store


redux-immutable - Create an equivalent function of Redux combineReducers that works with Immutable.js state

https://github.com/gajus/redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state. - gajus/redux-immutable


redux-react-i18n - An i18n solution for redux/react

https://github.com/derzunov/redux-react-i18n

An i18n solution for React/Redux and React Native projects - derzunov/redux-react-i18n


R16N - A redux/react I18n solution

https://github.com/razodeh/r16n/

A Redux Internationalization with bindings. Contribute to razodeh/r16n development by creating an account on GitHub.


redux-actiontyper - Helper to create less verbose action types for Redux

https://github.com/alnorris/redux-actiontyper

Helper to create less verbose action types for Redux - alnorris/redux-actiontyper


redux-state-validator - A simple redux middleware to validate redux state values and object types using JSON Schema

https://github.com/suyesh/redux-state-validator

Contribute to suyesh/redux-state-validator development by creating an account on GitHub.


redux-persist

https://github.com/rt2zz/redux-persist

Persist and rehydrate a redux store


Building Applications with React and Redux in ES6

https://www.pluralsight.com/courses/react-redux-react-router-es6

Learn how to use React, Redux, React Router, and modern JavaScript to build an app with React. Use Webpack, Babel, Jest, React Testing Library, Enzyme, and more to build a custom React development env...


Getting Started with Redux

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

In this comprehensive tutorial, Dan Abramov - the creator of Redux - will teach you how to manage state in your React application with Redux. State management is absolutely critical in providing users...


Building React Applications with Idiomatic Redux

https://egghead.io/series/building-react-applications-with-idiomatic-redux

This course will pick up where we left off with the Redux Fundamentals course. If you haven't watched that yet, you are highly encouraged to do so! You are about to learn practical production ready te...


Getting Started with React, Redux and Immutable: a Test-Driven Tutorial: Part 1

http://www.theodo.fr/blog/2016/03/getting-started-with-react-redux-and-immutable-a-test-driven-tutor...

Getting Started with React, Redux and Immutable: a Test-Driven TodoMVC Tutorial


Getting Started with React, Redux and Immutable: a Test-Driven Tutorial: Part 2

http://www.theodo.fr/blog/2016/03/getting-started-with-react-redux-and-immutable-a-test-driven-tutor...

Getting Started with React, Redux and Immutable: a Test-Driven TodoMVC Tutorial (Part 2)


Full-Stack Redux Tutorial

http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html

Tero Parviainen


Server-Side Rendering with Redux and React-Router

https://www.codementor.io/reactjs/tutorial/redux-server-rendering-react-router-universal-web-app

Learn how to use Redux and React-Router to do server-side rendering.


Deep Introduction to Redux

https://www.codementor.io/reactjs/tutorial/intro-to-react-redux-pros

At Codementor, we’ve used React + Redux to build several projects. This tutorial is an introduction to React Redux.


Unit Testing Redux Apps

https://www.codementor.io/reactjs/tutorial/redux-unit-test-mocha-mocking

I’ll talk about the problems I faced when trying to test Redux code and how I solved them. I’ll also talk about how to make sure your webpack loaders won’t interfere with your tests.


Secure Your React and Redux App with JWT Authentication

https://auth0.com/blog/2016/01/04/secure-your-react-and-redux-app-with-jwt-authentication/


http://joelhooks.com/blog/2016/03/20/build-an-image-gallery-using-redux-saga

Articles and notes from the co-founder of egghead.io. Musings on software, business, and life.


A simplified approach to calling APIs with redux

http://www.sohamkamani.com/blog/2016/06/05/redux-apis/

Redux has taken the web development by storm, and after the success of react and flux, it has made the flux philosophy more accessible…


React Redux based blood donor demo application

https://github.com/smanne/reduxnor

React Redux based blood donor demo application. Contribute to smanne/reduxnor development by creating an account on GitHub.


LearnCode.academy Redux Tutorials Series

https://www.youtube.com/watch?v=1w-oQ-i1XB8&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b&index=15

This Redux tutorial series will show you the schematics of a Redux application. Redux is AWESOME, but it takes a bit to get it setup. There really aren't a l...


Practical Redux

https://blog.isquaredsoftware.com/series/practical-redux/


A Complete React Redux Tutorial for Beginners

https://daveceddia.com/redux-tutorial/

Perfect for beginners. Learn to use Redux with React, starting with plain React. Reducers, actions, thunks, fetching data - understand the jargon and how it all fits together.


What Does Redux Do? (and when should you use it?)

https://daveceddia.com/what-does-redux-do/

Read this to figure out what Redux is for, why it's useful, and when to use it.


Redux Tutorial by Dan Abramov

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

In this comprehensive tutorial, Dan Abramov - the creator of Redux - will teach you how to manage state in your React application with Redux. State management is absolutely critical in providing users...


redux-tutorial

https://github.com/happypoulp/redux-tutorial

Learn how to use redux step by step. Contribute to happypoulp/redux-tutorial


Redux Home Page

https://redux.js.org/

A Predictable State Container for JS Apps


ARc - Atomic React

https://arc.js.org/

React starter kit based on Atomic Design with React Router, Webpack, Redux, Server Side Rendering and more


ReactJS Tutorial Series - YouTube

https://www.youtube.com/playlist?list=PL7pEw9n3GkoWkHCQsfBh77UP4nc8lvTbS

ReactJS and Redux Series for beginners - well explained with examples.


awesome-redux

https://github.com/brillout/awesome-redux#readme

Catalog of Redux Libraries & Learning Material. Contribute to brillout/awesome-redux development by creating an account on GitHub.


GitHub - ngrx/platform: Monorepo for ngrx codebase

https://github.com/ngrx/platform

Monorepo for ngrx codebase


Scalable Single-Page Application Architecture · Minko Gechev's blog

http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architec...


You Might Not Need Redux – Dan Abramov – Medium

https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367

People often choose Redux before they need it. “What if our app doesn’t scale without it?” Later, developers frown at the indirection Redux introduced to their code. “Why do I have to touch three file...

  • :calendar: published on: 2016-09-19
  • tags: redux

Read Me · Redux

http://redux.js.org/

Redux is a predictable state container for JavaScript apps.


Redux: The Single Immutable State Tree - js Video Tutorial #free @eggheadio

https://egghead.io/lessons/javascript-redux-the-single-immutable-state-tree

How is Redux different from Backbone or Flux? Learn the first principle of Redux—the single immutable state tree.

We are presenting a “complete” example in the code window below. Feel free to click a...