Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-redux-saga

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-redux-saga - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

package.json
{
"name": "next-redux-saga",
"version": "4.0.0",
"version": "4.0.1",
"description": "redux-saga HOC for Next.js",
"repository": "https://github.com/bmealhouse/next-redux-saga.git",
"author": "Brent Mealhouse <bmealhouse@gmail.com>",
"congtributors": [
"Timon Borter",
"Artem Abzanov",
"Robbin Habermehl"
],
"license": "MIT",

@@ -8,0 +13,0 @@ "main": "dist/next-redux-saga.umd.js",

16

README.md

@@ -41,11 +41,15 @@ # next-redux-saga

const sagaMiddleware = createSagaMiddleware()
function configureStore(preloadedState) {
/**
* Since Next.js does server-side rendering, you are REQUIRED to pass`preloadedState`
* when creating the store.
* Recreate the stdChannel (saga middleware) with every context.
*/
const sagaMiddleware = createSagaMiddleware()
/**
* Since Next.js does server-side rendering, you are REQUIRED to pass
* `preloadedState` when creating the store.
*/
const store = createStore(

@@ -59,5 +63,3 @@ rootReducer,

* next-redux-saga depends on `sagaTask` being attached to the store.
*
* `sagaTask` is used to await the rootSaga task before sending results to the client
*
* It is used to await the rootSaga task before sending results to the client.
*/

@@ -64,0 +66,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc