composable-form VS redux-form

Compare composable-form vs redux-form and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
composable-form redux-form
2 6
197 12,572
- -0.1%
0.0 2.2
over 1 year ago 8 months ago
Elm JavaScript
BSD 3-clause "New" or "Revised" 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.

composable-form

Posts with mentions or reviews of composable-form. We have used some of these posts to build our list of alternatives and similar projects.
  • Easy Questions / Beginners Thread (Week of 2021-11-29)
    1 project | /r/elm | 29 Nov 2021
    I don't know if there is "the" way, but you can give a look to https://package.elm-lang.org/packages/hecrj/composable-form/latest/ which is very cool and functional, but it needs to be forked in order to extend its rendering capabilities because its customization capabilities are limited the attributes that have been exposed in its CustomConfig. For example, the TextFieldConfig customization capabilities are label and placeholder. You can pass a custom text field renderer, but you won't be able to have a custom icon per field because all text fields will be the same except for the given label and placeholder.
  • Easy Questions / Beginners Thread (Week of 2021-03-15)
    1 project | /r/elm | 23 Mar 2021
    Thanks - I've read your piece (a few times!). I still haven't worked out how to get results _out_ of a composable form. Even in the Ellie demo of a signin, (which I've modified here to add the missing _error_ keys in form fields and to add a debug message: https://ellie-app.com/cHr28vyLk3ba1), I can't get the form to actually send the message indicating a successfully parsed form. If I could do that, I could store the results in the Model, like here (https://github.com/hecrj/composable-form/blob/master/examples/src/Page/Signup.elm). But the `Submit` message never gets called! Its very confusing to me :(

redux-form

Posts with mentions or reviews of redux-form. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-09.

What are some alternatives?

When comparing composable-form and redux-form you can also consider the following projects:

formik - Build forms in React, without the tears 😭 [Moved to: https://github.com/jaredpalmer/formik]

react-hook-form - 📋 React Hooks for form state management and validation (Web + React Native)

react-jsonschema-form - A React component for building Web forms from JSON Schema.

SurveyJS - Free Open-Source JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout that lets you load and run multiple web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers. You have total freedom of choice as to the backend, because any server + database combination is fully compatible.

JSONForms - Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

react-redux-form - Create forms easily in React with Redux.

react-final-form - 🏁 High performance subscription-based form state management for React

winterfell - Generate complex, validated and extendable JSON-based forms in React.

tcomb-form - Forms library for react

formsy-react - A form input builder and validator for React JS

formhero - Fully customisable React form utility

newforms - Isomorphic form-handling for React