Skip to content

Commit

Permalink
Prune dead links 2020-01-24
Browse files Browse the repository at this point in the history
  • Loading branch information
nmay231 committed Jan 24, 2020
1 parent 9f7085f commit 85d6ee5
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 473 deletions.
50 changes: 1 addition & 49 deletions action-reducer-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
https://github.com/BurntCaramel/flambeau
Opinionated Redux additions: declarative, pleasant action creators, reducer encapsulation, async support

- **redux-dispatcher-reducer**
https://github.com/stevenla/redux-dispatcher-reducer
Reduce boilerplate in your redux code by using auto-generated action creators that automatically map to reducers

- **dead-simple-redux-helper**
https://github.com/armed/dead-simple-redux-helper
Dead simple redux helper for actions and reducers
Expand Down Expand Up @@ -71,10 +67,6 @@
https://github.com/Xananax/actionsreducer
Simplifies the creation of actions, state, and reducers, and the creation of async actions. Return values are automatically re-assigned to state at the right location, no need for reducers composition.

- **redux-standard-actions**
https://github.com/yangmillstheory/redux-standard-actions
Flux Standard Action utilities for Redux.

- **redux-factories**
https://github.com/zxdong262/redux-factories
A factory lib to produce redux constants and reducers of certain format.
Expand Down Expand Up @@ -104,10 +96,6 @@
https://github.com/trabe/fredux-api-utils
Fredux is a utility library to make the development process of redux applications faster and easier. Fredux provides some conventions and tools to create actions which follows some standard structure, create asynchronous actions, and handle pending promise actions when the context of the application changes like in a page navigation.

- **redux-routine**
https://github.com/ezhikov/redux-routine
Set of small utils for creation of basic redux routines as collection reducer (uses Map for collection state), item reducer, actionCreators and basic action types (ADD, REMOVE, CHANGE)

- **f1-redux-utils**
https://github.com/nicocrm/f1-redux-utils
Utility functions for generating actions, creating containers that dispatch actions on mount, and creating reducers that handle prefixed actions
Expand All @@ -120,10 +108,6 @@
https://github.com/quinnnned/redux-seeds
Factories for Generating Common Redux State Trees

- **redux-reducer**
https://github.com/webdeveloperpr/redux-reducer
Generates prefixed actions and reducers

- **Redeclare**
https://github.com/modernserf/redeclare
Redeclare is an attempt to reduce the boilerplate of Redux configuration in a form that takes advantage of Redux’s best qualities. Its focused on creating types and schemas for actions and state that serve as both documentation and configuration, replacing the need for repetititve files full of constants and complex assemblages of helper functions.
Expand Down Expand Up @@ -204,10 +188,6 @@
https://github.com/loklaan/redux-motive
Simplify writing action creators, reducers and effects - without breaking redux.

- **redux-utils**
https://github.com/graftss/redux-utils
A collection of utilities for generating actions, reducers, and tests

- **sleipnir**
https://github.com/benoneal/sleipnir
A convenience interface for Redux, to remove boilerplate and provide sensible asynchronous action handling.
Expand All @@ -232,10 +212,6 @@
https://github.com/neolivz/redux-async-action-reducer
Simple redux action creation and reducer wrapper that makes creating and handling asynchronous and synchronous wrapper easier. It's completely written with type safety in mind, with typescript.

- **reduxec**
https://github.com/Noviel/reduxec
Create reusable, targeted actions and reducers for Redux

- **redux-namespaces**
https://github.com/9technology/redux-namespaces
Utilities for generating namespaced actions, reducers, and state.
Expand Down Expand Up @@ -264,10 +240,6 @@
https://github.com/Trampss/trampss-redux-factory
Factory of Redux reducers and their associated actions and selectors - creates generic reducers, actions and selectors in two lines.

- **redux-composable**
https://github.com/aakashns/redux-composable
Utilities and higher order functions for reducer composition and reuse

- **redux-less**
https://github.com/lovetingyuan/redux-less
Write action creators and reducers with less boilerplate, inspired by Mirror
Expand Down Expand Up @@ -300,14 +272,6 @@
https://github.com/jiang-12196/redux-act-array-async
Create async multi actions and reducers based on redux-act

- **atomic-redux**
https://github.com/brietsparks/atomic-redux
Building blocks for composing normalized collection-based state

- **catalyst-redux**
https://github.com/friendsoftheweb/catalyst-redux
Allows generating action creators/reducers as "operations" for sync and async behavior, and composition of operations into larger "modules". Also provides "resource modules" for interacting with a JSON API.

- **redux-processor**
https://github.com/nicholasrq/redux-processor
A tool to help generate actions, reducers, and initial state all together.
Expand Down Expand Up @@ -359,18 +323,10 @@
https://github.com/rjbma/redux-promise-reducer
Easily integrate with redux-promise-middleware. Create actions with createPromiseAction, which are handled by the middleware, which dispatches new actions when the status of the promise changes.

- **redux-utils**
https://github.com/newtack/redux-utils
Redux-utils makes it easy to combine redux and immutableJS as well as make api calls using FSA conventions.

- **redux-async-collection**
https://github.com/QubitProducts/redux-async-collection
Creates a reducer, immutable state and actions for an async collection

- **redux-reqhelper**
https://github.com/ophite/redux-reqhelper
Helper for processing requests in redux (work with actions, reducers, selectors)

- **redux-rest-resource**
https://github.com/mgcrea/redux-rest-resource
Generate types, actions and reducers to easily interact with a REST API
Expand Down Expand Up @@ -415,10 +371,6 @@
https://github.com/StickyCube/redux-fetch-resource
redux-fetch-resource is an attempt at a complete solution for making api requests in react/redux applications.

- **redux-restapi**
https://github.com/ghalex/redux-restapi
redux-restapi is an utility for integrating a REST api with Redux. It helps you, to easily integrate your calls to a REST api with your store. It generates actions and reducer for making the calls to the server and can easly be combined with your actions.

- **magic-redux-generator**
https://github.com/luisfuertes/magic-redux-generator
Utils to generate types and action creators for various network requests
Expand All @@ -432,7 +384,7 @@
Thunk actions and reducers for handling data from a REST API

- **redux-easy-async**
https://github.com/evanhobbs/redux-easy-async#motivation
https://github.com/evanhobbs/redux-easy-async
Redux Easy Async makes handling asynchronous actions, such as API requests, simple, reliable, and powerful.

- **redux-simple-api**
Expand Down
8 changes: 0 additions & 8 deletions actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
https://github.com/tbranyen/redux-create-action-types
Helps you create Redux action types, safely & easily. Helps define action types without duplication and provides some validation.

- **redux-nested-actions**
https://github.com/yangmillstheory/redux-nested-actions
Namespacing utilities for redux-actions.

- **redux-define**
https://github.com/smeijer/redux-define
Define action constants for Redux
Expand Down Expand Up @@ -319,10 +315,6 @@
https://github.com/DaneSirois/type-stash
Redux type-management library. Removes the need for a dedicated "types" file.

- **seashell-redux**
https://github.com/heineiuo/seashell-redux
A simple way to write functions with context dependencies without context parameter

- **redux-nested-bind-actions**
https://github.com/Jc160/redux-nested-bind-actions
Based on Redux bindActionCreator. Turns an object whose values are action creators, into an object with the same keys, but with every function wrapped into a dispatch call so they may be invoked directly.
Expand Down
31 changes: 2 additions & 29 deletions apps-and-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec

- **Redux Saga Examples**
https://github.com/kuy/redux-saga-examples
http://kuy.github.io/redux-saga-examples/
A set of examples demonstrating usage of redux-saga (autocomplete, throttle, start-stop, backend integration)

- **Lifegame Redux**
Expand All @@ -50,10 +49,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
https://github.com/GoTeamEpsilon/angular-to-react-redux
An educational resource for Angular v1 experts that are looking to learn React/Redux. A contrived sample application for managing basic patient information is provided using both technologies' best practices.

- **react-stage-mgmt**
https://github.com/pixelingene/react-state-mgmt
A repo demonstrating various ways to build a login form and signup flow, using Redux+thunks, Redux+sagas, Redux+observables, and MobX

- **RealWorld: React/Redux Modular**
https://github.com/j-hannes/realworld-react-redux-modular
Another React/Redux implementation of the RealWorld example, demonstrating a modular/feature-based structure
Expand All @@ -71,7 +66,7 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
An adaptation of the "Yelp Clone" app by FullStackReact. It extends the original by using Redux and Redux Saga instead of local state, as well as React Router v4, styled-components, and other modern standards. Based on the React-Boilerplate starter kit.

- **hacker-news-resolve**
https://github.com/reimagined/hacker-news-resolve
https://github.com/reimagined/resolve/tree/master/examples/hacker-news
A Hacker News clone, built using the Resolve library that abstracts over React and Redux


Expand Down Expand Up @@ -121,7 +116,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
https://github.com/mozilla/tofino
An experimental browser prototype, investigating new ideas and interactions.


- **Guild Wars 2 Armory**
https://github.com/madou/armory-react
Allows GW2 players to share account, character, and guild information.
Expand All @@ -147,7 +141,7 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
New user interface for Neos CMS built with React and Redux. This is an ongoing project, and it is open to new contributors.

- **CarteJaune**
https://github.com/nikgraf/CarteJaune
https://github.com/nikgraf/CarteJaune
A React Native/Redux (+Saga) application to keep track of your vaccinations

- **HyperTerm**
Expand All @@ -158,10 +152,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
https://github.com/bigardone/phoenix-trello
Trello tribute done in Elixir, Phoenix Framework, React and Redux.

- **JSchematic**
https://github.com/nicksenger/JSchematic
JSchematic is a React-Redux application for drawing molecules and chemical reactions

- **io-808**
https://github.com/vincentriemer/io-808
An attempt at a fully recreated web-based TR-808 drum machine
Expand All @@ -172,7 +162,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec

- **Linode Manager**
https://github.com/Linode/manager
https://engineering.linode.com/2016/05/16/Announcing-the-new-open-source-manager.html
Linode's new account management application

- **Boostnote**
Expand Down Expand Up @@ -239,10 +228,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
https://github.com/buckyroberts/Vataxia-Frontend
Vataxia is an open source Reddit-like social network written in React and Redux.

- **Easy Workout Log**
https://github.com/victorparmar/easy-workout-log
The front-end for the fitness tracking application https://ewolo.fitness .

- **Asteredux**
https://github.com/funkjunky/reduxgame
An Asteroids game with friction and terminal velocity. Built with Redux and a canvas.
Expand Down Expand Up @@ -304,18 +289,10 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec
https://github.com/nteract/nteract
A desktop application for running Jupyter notebooks

- **react-flow-diagrams**
https://github.com/rmfisher/react-flow-diagrams
A drag-and-drop flow diagram builder

- **oni**
https://github.com/onivim/oni
Oni is a new kind of editor, focused on maximizing productivity - combining modal editing with features you expect in modern editors. Oni is built with neovim, and inspired by VSCode, Atom, LightTable, and Emacs

- **redux-game**
https://github.com/osofour/redux-game
Exploration of 2D WebGL rendering/physics with a Redux-based architecture.

- **posthumus**
https://github.com/praghus/posthumus
A 2D side-scroller zombie shooting game, built with React, Redux, and a lot of canvas rendering logic
Expand Down Expand Up @@ -352,10 +329,6 @@ Note: This is not a comprehensive list of all projects using Redux, just a selec

#### Redux Usage Stories

- **Twitter: mobile.twitter.com**
https://twitter.com/necolas/status/727538799966715904
"Thanks for Redux. When we adopted it we saw big improvements in performance, testing, and code comprehension."

- **Lystable: Real World Redux**
https://speakerdeck.com/chrisui/real-world-redux
Explores the real world experiences of using Redux everyday within a rapidly scaling team and product.
Expand Down
4 changes: 0 additions & 4 deletions component-data-fetching-preloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@
https://github.com/reducks/redux-universal
A Redux store enhancer taking care of promise resolution for building universal apps.

- **universal-redux-thunk**
https://github.com/tom-drake/universal-redux-thunk
A Redux store enhancer taking care of promise resolution for building universal apps. (Fork of redux-universal)

- **react-graphql-redux**
https://github.com/youknowriad/react-graphql-redux
This library allows you to use GraphQL to query your Redux store
Expand Down
24 changes: 0 additions & 24 deletions component-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@
https://github.com/molefrog/redux-actuator
Trigger events inside components by reacting on pure state changes. Actuator keeps you from writing component lifecycle hooks boilerplate code by providing declarative API.

- **react-redux-sub-app**
https://github.com/rtkhanas/react-redux-sub-app
A small component to allow defining Redux sub-apps within a component tree

- **react-redux-combine-components**
https://github.com/simlrh/react-redux-combine-components
With React Redux Combine Components you can assign components to different properties of the state tree the same way you do with reducers. This aids reusability, as components need to know nothing about global state, and improves performance as they are only rerendered on change to their substree, instead of the global state.
Expand All @@ -168,19 +164,11 @@
https://github.com/salsita/prism
React / Redux action composition made simple, using the action wrapping approach from Elm. (Formerly Redux-Elm)

- **redux-scope-helpers**
https://github.com/georgeawwad/redux-scope-helpers
Functions for generating scoped action creators and reducers

- **redux-atom**
https://github.com/bulicmatko/redux-atom
https://github.com/bulicmatko/react-redux-atom
Small utilities to generate encapsulated Redux logic and connected React components

- **with-component-state**
https://github.com/chee/with-component-state
Higher order component that will automatically create state for your redux components, and give you the prop componentState as well as the prop setState which works like this.setState on class components.

- **redux-local-state**
https://github.com/t-benze/redux-local-state
A library for defining "local" Redux sub-stores by ID
Expand Down Expand Up @@ -253,10 +241,6 @@
https://github.com/Bandwidth/redux-facet
Scale redux applications more easily. Reuse behaviors, channel actions, and associate activity with component origins.

- **redux-call**
https://github.com/Kontsedal/redux-call
A simple util to add the ability to execute React component methods via Redux. It can be useful when you need to be able to conrtol components from any part of your app.

- **redux-pagestate**
https://github.com/etalisoft/redux-pagestate
redux-pagestate works with React Redux to enable a 'page' component in React to use Redux to store all of its state.
Expand Down Expand Up @@ -300,10 +284,6 @@
https://github.com/ericwooley/reduction-sauce
Simple key value reducers without boilerplate

- **redux-values**
https://github.com/alexesDev/redux-values
Simple key-value storage for Redux

- **react-redux-private-props**
https://github.com/dylanonelson/react-redux-private-props
React/Redux add-on for managing private component state in a Redux store
Expand Down Expand Up @@ -364,10 +344,6 @@
https://github.com/brianneisler/duxtape
Module and util framework for redux. Introduces an abstract module construct for redux. Allows modularization of functionality and easy plug and play workflow, with a hook system for extending the functionality of redux

- **redux-segments**
https://github.com/dennisgulich/redux-segments
Library for writing reusable redux modules. Writing reducers, action creators and mapping everything to the UI is tedious and time consuming, redux-segments solves this issue by breaking up the redux boilerplate into generic reusable modules.

- **redux-stack**
https://github.com/jondot/redux-stack
A library that helps you build modular, structured, and cleaner redux apps. Redux Stack introduces a concept of initializers. Small pieces of integration code, per library, that "declares" how it integrates. Redux Stack will mesh these together to create your personalized store builder.
Expand Down
Loading

0 comments on commit 85d6ee5

Please sign in to comment.