-
Redux without React - State Management in Vanilla Javascript
https://www.sitepoint.com/redux-without-react-state-management-vanilla-javascript/
A tutorial teaching Redux usage with a plain JS UI layer on top -
The Easiest Way to Start Using Redux Today
https://viktorfonic.com/start-using-redux/
A useful tutorial that introduces Redux and demonstrates using it with a jQuery-based UI
-
An Adventure in Redux: building redux-adventure
http://csharperimage.jeremylikness.com/2016/07/an-adventure-in-redux-building-redux.html
Builds a small randomized dungeon game using Redux, TypeScript, and Angular 2 -
Building Redux in TypeScript with Angular 2
http://blog.ng-book.com/introduction-to-redux-with-typescript-and-angular-2/
An extended tutorial that builds up a mini-Redux in TypeScript, then transitions to building an application -
Scalable Single-Page Application Architecture with Redux and Angular 2
http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architecture/
An in-depth article covering how to architect an application using Redux, Angular 2, and RxJS. -
Building a Redux Application with Angular 2
https://www.pluralsight.com/guides/front-end-javascript/building-a-redux-application-with-angular-2-part-1
https://www.pluralsight.com/guides/front-end-javascript/building-a-redux-application-with-angular-2-part-2
A tutorial that teaches how to use Redux and Angular 2 together, by building a small finance app -
Build a Better Angular 2 Application with Redux and ngrx
http://onehungrymind.com/build-better-angular-2-application-redux-ngrx/
An extended article that demonstrates how to build a Redux-based Angular 2 app using the ngrx store implementation. Some interesting discussion in the comments. -
Real World Angular
https://blog.realworldfullstack.io/real-world-angular-part-4-state-of-my-spa-10bf90c5a15
https://blog.realworldfullstack.io/real-world-angular-part-5-light-my-fire-34b0bcb351a8
An Angular 2 tutorial that builds an app using Redux and Firebase -
UI State management with Redux in Angular 2
https://www.pluralsight.com/guides/front-end-javascript/ui-state-management-with-redux-in-angular-2
An extended article that discusses the benefits of using Redux to manage state, and build an example app that uses Redux to control modals and sidebars.
-
Managing State in Aurelia: How to Use Aurelia with Redux
https://www.sitepoint.com/managing-state-aurelia-with-redux/
A tutorial that builds a small Markdown editor three ways: pure Aurelia with data binding, Aurelia with Redux to manage state, and then implementation of undo/redo on top. -
Using ember-changeset with ember-redux
https://emberway.io/using-ember-changeset-with-ember-redux-200a7e46c59a
Examples of using a tool called ember-changeset to handle in-progress form edits in conjunction with the ember-redux bindings. -
Explorations in Adapting Redux to C#
https://spin.atomicobject.com/2017/03/13/adapting-redux-c-sharp-xamarin/
An informative look at how AtomicObject has a Redux variant in C#