Adding undoable to a reducer causes immer exception

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • redux-undoable

    Redux reducer enhancer (or higher order reducer) that provides undo/redo functionality by replaying actions rather than storing previous state

  • Hmm. That seems odd. Looking at the actual source of redux-undoable, I don't see anything that looks like an accidental mutation.

  • redux-undo

    :recycle: higher order reducer to add undo/redo functionality to redux state containers

  • worth noting that they're using redux-undo instead of redux-undoable

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How are things like undo/redo implemented?

    1 project | /r/learnprogramming | 31 Mar 2022
  • Best way to know what page a user just came from?

    1 project | /r/webdev | 10 Sep 2021
  • Zustand / Immer undo redo functionality

    1 project | /r/reactjs | 25 Apr 2021
  • Implementing Undo/Redo for App State with the Undo Crate

    1 project | /r/rust | 18 Apr 2021
  • I made UndoRedoList, a reverse engineering of the undo-redo feature in Microsoft Word, Google Docs and Photoshop.

    1 project | /r/java | 11 Mar 2021