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

novux

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

novux - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "novux",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easily update & reset redux state",

@@ -5,0 +5,0 @@ "repository": "https://github.com/neednova/novux",

# novux
`novux` lets you to write Redux code simpler & faster by using an opinionated reducer generator.
`novux` lets you to write simpler reduce Redux code with less boilerplate. Novux uses a simple but opinionated reducer generator that handles logic for 2 actions: update and reset.
1. less boilerplate: instead of having to write and maintain dozens of actions creators, simply change state using two actions, `update` or `reset`.
2. less maintenance: reduce the number of tests you have to write to only focus on business logic — all reducer action creator tests are handled by `novux`
3. code faster: easily declare and describe state changes to make coding & collaboration easier, even as state changes become more complex
`novux` helps us write faster and better redux logic:
1. less boilerplate: instead of having to write and maintain dozens of actions creators, simply change state using `update` or `reset`.
2. less maintenance: reduce the number of tests you have to write to only focus on business logic
3. code faster: easily declare and describe state changes to make coding & collaboration easier
## Installation

@@ -11,0 +9,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