mobx-jsx VS Immer

Compare mobx-jsx vs Immer and see what are their differences.

mobx-jsx

Raw MobX performance without being restrained by a Virtual DOM (by ryansolid)

Immer

Create the next immutable state by mutating the current one (by immerjs)
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
mobx-jsx Immer
5 142
254 27,034
- 0.9%
0.0 7.1
over 1 year ago 16 days ago
TypeScript JavaScript
MIT 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.

mobx-jsx

Posts with mentions or reviews of mobx-jsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • A (Mostly) Complete Guide to React Rendering Behavior
    3 projects | news.ycombinator.com | 5 May 2024
    Tangentially, Solid is fascinating - especially the dom-expressions backend meaning you can basically bolt compilation behaviour into anything that supports that.

    I have https://github.com/ryansolid/mobx-jsx/?tab=readme-ov-file#mo... on my list to try since I -really- like mobx for stage management (especially mobx-keystone) and am fascinated by how clean the results can be.

    Though for 'real' code I still tend to default to react + mobx-keystone because for all my gripes with react it's a pretty solid Schelling Point.

  • State of JSX in JavaScript Frameworks
    10 projects | dev.to | 10 Sep 2022
    Sure, you can use JSX without a framework! Be it MobX JSX, dom-chef or jsx-dom, it should feel right at home.
  • Exploring Frontend Frameworks' Internals – Part 1: The basic structure of Frontend frameworks + Vue 3’s reactivity
    8 projects | dev.to | 15 Jun 2022
    mobx-jsx is using MobX as the reactivity system together with Solid's DOM renderer.
  • Building data-centric apps with a reactive relational database
    2 projects | news.ycombinator.com | 2 Mar 2022
    I've just skimmed the article but I'm definitely going to give it a proper read.

    We've built an architecture somewhat like this where we're using MobX objects in the frontend (a graph of the db objects effectively) that's patched by subscriptions to tables via hasura. So we effectively have all the data on hand locally all the time and use the reactivity on top of that.

    We actually played around with sqlite in wasm because I really really miss having a real relational db in the frontend. We decided that there was just a few too many unknowns to proceed further with the idea. Initially we were using indexdb as a frontend cache but dropped that since without adding more layers to it it doesn't provide much value.

    (Also played around with using Solid's direct mobx -> jsx library without having react inbetween https://github.com/ryansolid/mobx-jsx but, again, too much unproven tech to build on).

    The work you're doing here is super exciting. The developer experience of what we currently have is pretty nice and I can definitely see your model working out well in the future.

  • 4x Smaller, 50x Faster
    12 projects | news.ycombinator.com | 29 Nov 2021
    I've been keeping an eye on your work for a long time now. We're a mobx shop so I was hoping to see you explore the ideas you had around that a little more (https://github.com/ryansolid/mobx-jsx).

    I like and know where I'm at with React, but bringing a beginner through it recently definitely made me re-appreciate how nuanced it is. Also, you have to do a bit of voodoo to get good performance, and when you do the intention of the code vanishes pretty quickly.

    For someone using React on top and mobx stores in the background (50k LOC), how big of a task would you say it is to move to something like Solid?

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 mobx-jsx and Immer you can also consider the following projects:

shadow-cljs - ClojureScript compilation made easy

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

asciinema-player - Web player for terminal session recordings

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

Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

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

MobX - Simple, scalable state management.

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.

vite-plugin-solid - A simple integration to run solid-js with vite

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]

jsx-vue2 - monorepo for Babel / Vue JSX related packages

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