posh VS elm-sortable-table

Compare posh vs elm-sortable-table and see what are their differences.

posh

A luxuriously simple and powerful way to make front-ends with DataScript and Reagent in Clojure. (by denistakeda)

elm-sortable-table

Sortable tables for whatever data you want to display (by evancz)
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
posh elm-sortable-table
3 1
114 282
- -
0.0 0.0
over 2 years ago over 5 years ago
Clojure Elm
Eclipse Public License 1.0 GNU General Public License v3.0 or later
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.

posh

Posts with mentions or reviews of posh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-09.
  • Use of Posh for frontend development?
    9 projects | /r/Clojure | 9 May 2023
    Bumped into posh & re-posh 2 years ago in a project. Team had discovered a bug somewhere in tracking reverse relations. Managed to fix that in posh and it worked ok after that. All data was loaded into frontend.
  • JUXT Blog - Learn You a ClojureScript for Great Good!
    4 projects | /r/Clojure | 6 Jan 2021
    I think we can do better than the status quo. Especially in ClojureScript. I look at projects like posh and there's so much potential. It requires a change in mindset: if we think of components as objects that do things I think we stay trapped in this local optimum.

elm-sortable-table

Posts with mentions or reviews of elm-sortable-table. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-06.
  • JUXT Blog - Learn You a ClojureScript for Great Good!
    4 projects | /r/Clojure | 6 Jan 2021
    That's true for complex apps but if your app is complex having effects everywhere doesn't make it easier to understand, in my experience. If having one big reducer is scary you can always split the reducer into multiple functions. If the app has separate "modules" each one of them can have their own reducer and effects. Using recoil you can decide wether these separate modules have each one their own state/atom or they all link to one big app state atom using selectors. It's a one line change to switch between the two and that's why I quite like recoil. If you squint, it looks a bit like how Elm creates reusable components, each one with their Model View Update, e.g. https://github.com/evancz/elm-sortable-table/tree/1.0.1

What are some alternatives?

When comparing posh and elm-sortable-table you can also consider the following projects:

odoyle-rules - A rules engine for Clojure(Script)

speccards - Example of using clojure.spec with devcards

electric - a reactive Clojure dialect for web development that uses a compiler to infer the frontend/backend boundary

useEffectReducer - useReducer + useEffect = useEffectReducer

relic - Functional relational programming for Clojure(Script).

electric-examples-app - Deprecated - Now part of Electric Fiddle

re-posh - Use your re-frame with DataScript as a data storage