Reactive UI components in Rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • If you’re feeling like, “just show me the code!” you can check it out here.

  • vuex

    🗃️ Centralized State Management for Vue.js.

  • Our state management approach is similar to that of Redux, Vuex and other Flux architectures, just on a smaller scale. Our user event triggers an action in JavaScript which tells WebAssembly we need to recalculate our state, and re-render the view. A key benefit of doing these state calculations in Rust is that the existing state never leaves our sandboxed environment; we only ever pass a reference to our Rust closure — which “closes” over the current state — to an event listener in our JavaScript.

  • 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
  • redux

    A JS library for predictable global state management

  • Our state management approach is similar to that of Redux, Vuex and other Flux architectures, just on a smaller scale. Our user event triggers an action in JavaScript which tells WebAssembly we need to recalculate our state, and re-render the view. A key benefit of doing these state calculations in Rust is that the existing state never leaves our sandboxed environment; we only ever pass a reference to our Rust closure — which “closes” over the current state — to an event listener in our JavaScript.

  • flux

    Discontinued Application Architecture for Building User Interfaces

  • Our state management approach is similar to that of Redux, Vuex and other Flux architectures, just on a smaller scale. Our user event triggers an action in JavaScript which tells WebAssembly we need to recalculate our state, and re-render the view. A key benefit of doing these state calculations in Rust is that the existing state never leaves our sandboxed environment; we only ever pass a reference to our Rust closure — which “closes” over the current state — to an event listener in our JavaScript.

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 to Use IndexDB to Manage State in JavaScript

    2 projects | dev.to | 7 Jul 2021
  • Beginner's guide to state management

    3 projects | dev.to | 5 Oct 2021
  • How to Protect State in Pinia

    2 projects | dev.to | 7 Apr 2024
  • React or Vue, which JS framework is best?

    2 projects | dev.to | 2 Mar 2024
  • Exploring Web Rendering: Isomorphic JavaScript & Hydration

    4 projects | dev.to | 30 May 2023