GithubHelp home page GithubHelp logo

awesome-redux's Introduction

Awesome Redux Awesome

Table of Contents generated with DocToc

List of repositories which use Redux

Predictable state container for JavaScript apps

Marks

Presentations


Resources


Articles And Tutorials


Boilerplate





Similar libraries









  • Examples








Chrome Extensions

Ruby on Rails Resources

Other languages

awesome-redux's People

Contributors

aaronjensen avatar alanrubin avatar andrewcoelho avatar asaf avatar berwin avatar chentsulin avatar denisizmaylov avatar diegohaz avatar dogada avatar federicobond avatar fredericheem avatar harshitkumar31 avatar jackong avatar jhen0409 avatar knpwrs avatar kolodny avatar larsbs avatar lastmjs avatar lexich avatar miya-start avatar nara avatar nicksp avatar r-park avatar slybridges avatar stoeffel avatar wapgear avatar wmertens avatar wyze avatar xgrommx avatar yildizberkay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-redux's Issues

Examples need some cleanup and categorisation

The examples list is very messy. A lot of the examples don't even have a README, or have stopped their progress midway. There could also be some categorisation: Official examples, GraphQL, Universal (Isomorphic). These are just some obvious ones I saw really quick.

Add redux-tiny-router

I just wrote a tiny router for redux called redux-tiny-router it is basically 3 parts, all quite small, one middleware one reducer and some action creators, i was inspired by the cerebral reactive router, to treat the router as just state, there is no wrapper functions no components, just add in the middleware the reducer, and make use of the actions provided to tell the router what to do.

Also it has some nice functionality on the server side for universal apps, it tracks your promises to know if the app is ready to render, and even re-render server side if there is side effects on the first render (component will mount)

Thank you

Number of Stars per Project

Hi, would be really helpful to have number of a stars alongside urls, but edit this manually is nonsense, only one way how to accomplish this is by github plugin, the truth is, that i don't know now, if it's possible.

Add link to list of awesome-lists

Here central awesome-list of awesome-lists: https://github.com/sindresorhus/awesome

Existed link to https://github.com/brillout/awesome-redux is outdated (last commit on 14 Mar 2017) and have only 315 stars.

Need change to more actual https://github.com/xgrommx/awesome-redux (last commit on 4 Mar 2020 and have ~12000 stars).

@xgrommx I wanted to change myself, but there are many requirements (https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md) for list that you can establish.

Validate Links

Hi @xgrommx, great project

I wrote a tool that can validate links in a file. It can be run when someone submits a pull request or a commit is pushed to awesome-redux.

It is currently being used by many projects including

Examples

Running the tool for your project found these "issues", mostly redirects

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project (you can also use Circle CI which can be configured without a file in the repo)...

See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment or close if this is not right for you 😄

Este

Maybe https://github.com/este/este should be added, as it illustrate well maintained React dev stack based on Redux, with support both for React and React Native in one project.

Add action-creator-mirror

I suggest to add action-creator-mirror to the list.

It's a more effective way to organise Redux action creator codes.

It's inspired by Flux Standard Action and Key Mirror. It’s designed for people:

  • Who don’t want to write constant strings. (never write const ADD_TODO = 'ADD_TODO')
  • Who want single source of truth and don’t want to look over actions back and forth.
  • Who want to group relative variables and concepts into one array.
  • Who still want to keep the redux real.
  • And (most importantly) who want to use the Auto-Completing feature in IDEs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.