
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@jonstuebe/react-redux-middleware
Advanced tools
react-redux that runs on setState and the new react context api
This is two basic middlewares for the all React api driven react-redux
npm
npm i -s @jonstuebe/react-redux-middleware
or yarn
yarn add @jonstuebe/react-redux-middleware
import { logger, thunk } from "@jonstuebe/react-redux-middleware";
const { logger, thunk } = require("@jonstuebe/react-redux-middleware");
var thunk = ReactReduxMiddleware.thunk;
var logger = ReactReduxMiddleware.logger;
Just like redux, react-redux does not handle async action creators as those can be handled by middleware. Thus thunk.
const thunk = (a, b) => {
return dispatch => {
setTimeout(() => {
dispatch({
type: "TEST",
a,
b
});
}, 3000);
};
};
By adding the logger you'll get very basic logging in your console.
FAQs
react-redux that runs on setState and the new react context api
The npm package @jonstuebe/react-redux-middleware receives a total of 2 weekly downloads. As such, @jonstuebe/react-redux-middleware popularity was classified as not popular.
We found that @jonstuebe/react-redux-middleware demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.