Stats
Basic elm-sortable-table repo stats
0
282
0.0
over 2 years ago
evancz/elm-sortable-table is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Elm-sortable-table Alternatives
Similar projects and alternatives to elm-sortable-table
-
-
posh
A luxuriously simple and powerful way to make front-ends with DataScript and Reagent in Clojure.
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better elm-sortable-table alternative or higher similarity.
Posts
Posts where elm-sortable-table has been mentioned. 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!
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