Svelte and RxJS Redux (MiniRx)

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

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
  • effector-react

    Business logic with ease ☄️

  • I think this is a cool idea. A big part of the appeal of Svelte for me is the open reactivity through Observables. I wrote a post recently about using Effector to handle API state in Svelte.

  • platform

    Reactive State for Angular

  • Good question :) why did I go for a global store? It's just what I am most used to. I come from Angular and there I used a lot NgRx (which is a RxJS Redux Store as well). MiniRx is actually heavily inspired by NgRx and the API is similar. I like the fact that there is just a Single Source Of Truth in the Redux Pattern and with Redux Dev Tools you know at any time whats going on. In MiniRx Global State is devided into "Feature States" (aka "Slices" in Redux World). And with memoized selectors it is a piece of cake to combine the state of two feature states into a new Observable.

  • 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

  • Simplifying Angular State Management Using NgRx SignalState

    1 project | dev.to | 29 Mar 2024
  • Here's how NgRx selectors actually work internally

    1 project | dev.to | 22 Mar 2024
  • Using Angular Signals for Global State

    1 project | dev.to | 29 Jul 2023
  • A better architecture for your Angular projects

    2 projects | dev.to | 25 Jun 2023
  • Navigation ID is not equal to the current router navigation id error

    1 project | /r/codehunter | 20 Jun 2023