Bookmarks tagged [redux]
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...
- 📆 published on: 2016-10-20
- tags: angular, state-management, ngrx, redux
https://staltz.com/some-problems-with-react-redux.html
Some pain points about using React and Redux
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 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...
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-...
- 📆 published on: 2017-10-11
- tags: reactjs, oauth2, authentication, redux
- source code
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
- source code
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
- source code
https://github.com/reduxjs/redux-devtools
DevTools for Redux with hot reloading, action replay, and customizable UI - reduxjs/redux-devtools
- tags: reactjs, redux, tools
- source code
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
- source code
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
- source code
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
- source code
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
- source code
https://github.com/reactjs/reselect
Selector library for Redux. Contribute to reduxjs/reselect development by creating an account on GitHub.
- tags: reactjs, redux, tools
- source code
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
- source code
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
- source code
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
- source code
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
- source code
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
- source code
https://github.com/omnidan/redux-undo
♻️ higher order reducer to add undo/redo functionality to redux state containers - omnidan/redux-undo
- tags: reactjs, redux, tools
- source code
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
- source code
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
- 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
- source code
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
- source code
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
- source code
https://github.com/alnorris/redux-actiontyper
Helper to create less verbose action types for Redux - alnorris/redux-actiontyper
- tags: reactjs, redux, tools
- 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
- source code
https://github.com/rt2zz/redux-persist
Persist and rehydrate a redux store
- tags: reactjs, redux, tools
- source code
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...
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...
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...
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
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)
http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html
Tero Parviainen
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.
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.
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.
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.
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…
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
- source code
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...
https://blog.isquaredsoftware.com/series/practical-redux/
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.
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.
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
- source code
https://github.com/happypoulp/redux-tutorial
Learn how to use redux step by step. Contribute to happypoulp/redux-tutorial
- tags: redux, tutorials
- source code
A Predictable State Container for JS Apps
- tags: redux
- source code
React starter kit based on Atomic Design with React Router, Webpack, Redux, Server Side Rendering and more
- tags: reactjs, redux, webpack, react-router
- source code
https://www.youtube.com/playlist?list=PL7pEw9n3GkoWkHCQsfBh77UP4nc8lvTbS
ReactJS and Redux Series for beginners - well explained with examples.
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
- source code
https://github.com/ngrx/platform
Monorepo for ngrx codebase
- tags: angular, ngrx, redux
- source code
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.
- 📆 published on: 2016-04-10
- tags: javascript, angular, typescript, redux
- source code
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...
- 📆 published on: 2016-09-19
- tags: redux
Redux is a predictable state container for JavaScript apps.
- tags: redux, javascript
- source code
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