aberdeen VS Immer

Compare aberdeen vs Immer and see what are their differences.

aberdeen

A TypeScript/JavaScript library for quickly building performant declarative user interfaces without the use of a virtual DOM. (by vanviegen)

Immer

Create the next immutable state by mutating the current one (by immerjs)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
aberdeen Immer
2 141
1 26,943
- 1.0%
4.2 7.1
19 days ago 7 days ago
TypeScript JavaScript
ISC License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aberdeen

Posts with mentions or reviews of aberdeen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-11.
  • Common Beginner Mistakes with React
    6 projects | news.ycombinator.com | 11 Mar 2023
    We've had great results from our custom built non-pure reactive system (which predates React by a couple of years).

    The idea is to have an Observable object that can store arbitrary trees of data (each itself an Observable). UI drawing is generally split into a function call for each DOM element that has children. These functions are executed such that they track the use of observables and will be rerun when they change.

    I've more recently, after having suffered React and friends, started creating an Open Source implementation of the pattern we used. Currently, it's mostly still lacking in documentation and marketing, and that's unlikely to change if I'm honest. But this should give you an impression if you're interested:

    https://github.com/vanviegen/aberdeen/blob/master/examples/t...

    Curious to know your thoughts about this being an effective non-pure reactive system.

  • Million
    4 projects | news.ycombinator.com | 30 Jul 2022
    Yes, that's possible and works really well.

    I've written this library [1] as a clean reimplementation of a more complex beast we created for a (now dead) startup. Although the reimplementation has only seen very light use, we've used the concept extensively, and it's a joy to use. Take a look at the examples [2].

    [1] https://github.com/vanviegen/aberdeen

Immer

Posts with mentions or reviews of Immer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.

What are some alternatives?

When comparing aberdeen and Immer you can also consider the following projects:

persistent-ts - Persistent data structures for Typescript

immutability-helper - mutate a copy of data without changing the original source

immutable-js - Immutable persistent data collections for Javascript which increase efficiency and simplicity.

redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development

Recoil - Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

valtio - 💊 Valtio makes proxy-state simple for React and Vanilla

zustand - 🐻 Bear necessities for state management in React

mori - ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

redux-saga - An alternative side effect model for Redux apps

reselect - Selector library for Redux

JSON-Schema Faker - JSON-Schema + fake data generators