Skip to content

Plugin for SWC that adds typed-redux-saga macro support

Notifications You must be signed in to change notification settings

tomas-c/swc-typed-redux-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWC plugin for typed-redux-saga that works with Next.js

npm

This plugin adds typed-redux-saga macro support for SWC.

Tested with Next.js version v14.2.2

Installation

Install the package:

# yarn
yarn add swc-plugin-typed-redux-saga

or

# npm
npm install swc-plugin-typed-redux-saga

And update next.config.js:

// next.config.js

module.exports = {
  experimental: {
    swcPlugins: [
      [require.resolve("swc-plugin-typed-redux-saga"), {}]
    ],
  }
}

About

Plugin for SWC that adds typed-redux-saga macro support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages