diff --git a/README.md b/README.md index 2e1e532..ba2d296 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Node CI](https://github.com/unadlib/mutative/workflows/Node%20CI/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/unadlib/mutative/badge.svg?branch=main)](https://coveralls.io/github/unadlib/mutative?branch=main) [![npm](https://img.shields.io/npm/v/mutative.svg)](https://www.npmjs.com/package/mutative) -![NPM Downloads](https://img.shields.io/npm/dm/mutative) +[![NPM Downloads](https://img.shields.io/npm/dm/mutative)](https://npmtrends.com/mutative) ![license](https://img.shields.io/npm/l/mutative) @@ -541,6 +541,7 @@ expect(state.simpleObject).not.toBe(baseState.simpleObject); - [use-mutative](https://github.com/mutativejs/use-mutative) - A 2-6x faster alternative to useState with spread operation - [use-travel](https://github.com/mutativejs/use-travel) - A React hook for state time travel with undo, redo, reset and archive functionalities. +- [zustand-mutative](https://github.com/mutativejs/zustand-mutative) - A Mutative middleware for Zustand enhances the efficiency of immutable state updates. ## FAQs diff --git a/rollup.config.js b/rollup.config.js index 6cd7fbc..454d947 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,3 @@ -/* eslint-disable import/no-extraneous-dependencies */ import fs from 'fs'; import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs';