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...
- :calendar: published on: 2016-10-20
- tags: angular, state-management, ngrx, redux
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:
*...
- tags: angular, rxjs, functional-programming, redux
NGXS Home Page
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-...
- :calendar: published on: 2017-10-11
- tags: reactjs, oauth2, authentication, redux
- :octocat: source code
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
- tags: reactjs, webpack, redux, expressjs
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
redux-search - Redux bindings for client-side search
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.
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
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
- tags: reactjs, redux, tools
- :octocat: source code
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.
- tags: reactjs, redux, tools
- :octocat: source code
redux-persist
https://github.com/rt2zz/redux-persist
Persist and rehydrate a redux store
- tags: reactjs, redux, tools
- :octocat: source code
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/
Build an Image Gallery Using React, Redux and redux-saga
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.
- tags: reactjs, redux, tutorials
- :octocat: source code
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...
- tags: redux, reactjs
- :octocat: source code
redux-tutorial
https://github.com/happypoulp/redux-tutorial
Learn how to use redux step by step. Contribute to happypoulp/redux-tutorial
- tags: redux, tutorials
- :octocat: source code
Redux Home Page
A Predictable State Container for JS Apps
- tags: redux
- :octocat: source code
ARc - Atomic React
React starter kit based on Atomic Design with React Router, Webpack, Redux, Server Side Rendering and more
- tags: reactjs, redux, webpack, react-router
- :octocat: source code
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.
- tags: awesome-list, frontend, redux
- :octocat: source code
GitHub - ngrx/platform: Monorepo for ngrx codebase
https://github.com/ngrx/platform
Monorepo for ngrx codebase
- tags: angular, ngrx, redux
- :octocat: source code
Scalable Single-Page Application Architecture · Minko Gechev's blog
http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architec...
- Scalable Communication Layer
- Predictable and Explicit State Management
- Modular Design
- etc.
- :calendar: published on: 2016-04-10
- tags: javascript, angular, typescript, redux
- :octocat: source code
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
Redux is a predictable state container for JavaScript apps.
- tags: redux, javascript
- :octocat: source code
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...
- tags: javascript, redux