An open API service indexing awesome lists of open source software.

https://github.com/arthurdenner/redux-vs-redux-actions-vs-redux-starter-kit

A simple project was built to show a coworker the difference between creating actions and reducers with and without redux-actions.
https://github.com/arthurdenner/redux-vs-redux-actions-vs-redux-starter-kit

Last synced: 3 months ago
JSON representation

A simple project was built to show a coworker the difference between creating actions and reducers with and without redux-actions.

Awesome Lists containing this project

README

        

## Goal

This simple project was created to show a coworker the difference between creating actions and reducers with "barebones Redux", [redux-actions](https://github.com/redux-utilities/redux-actions) and [redux-starter-kit](https://github.com/reduxjs/redux-starter-kit), two packages with utilities for Redux.

To see the project with `redux-actions`, checkout to the branch named `with-redux-actions`.

To see the project with `redux-starter-kit`, checkout to the branch named `with-redux-starter-kit`.

Thanks to @acemarke for suggesting an example with `redux-starter-kit`.