electric-examples-app
Deprecated - Now part of Electric Fiddle (by hyperfiddle)
electric
Electric Clojure: full-stack differential dataflow for UI (by hyperfiddle)
electric-examples-app | electric | |
---|---|---|
1 | 24 | |
9 | 1,921 | |
- | 1.7% | |
10.0 | 9.8 | |
about 1 year ago | 5 days ago | |
Clojure | Clojure | |
- | Eclipse Public License 2.0 |
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.
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.
electric-examples-app
Posts with mentions or reviews of electric-examples-app.
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?
I'd expect your auth stuff to mostly just work with some minor jiggling of the middlewares. We have a few out of the box approaches to routing, the tutorials app uses hyperfiddle.router which is an experimental composable router (may be a bit hard to use), the easiest starting point would be a simple goog.history integration. Someone posted a retit integration in the slack iirc. And you can of course roll your own.
electric
Posts with mentions or reviews of electric.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-03.
-
LiveView Is Best with Svelte
The cleanest way to handle the backend and frontend charade I've seen until now is using https://github.com/hyperfiddle/electric which is a clojure DSL on top of react
-
Imba – The friendly full-stack language
Opa was ahead of its time by at least 10 years. Have you seen Electric Clojure [0]?
[0] https://github.com/hyperfiddle/electric
- Htmx is part of the GitHub Accelerator
- London Clojurians talk: Electric Clojure — compiler managed datasync for rich web apps
-
Should all Clojure functions be polymorphic by default?
Scala's ZIO/ZLayer is a great implementation of this idea where the monadic types are visible to userland DSL. Electric Clojure (which I lead) is a Clojure implementation of similar ideas (specialized to web development) where the types are concealed, "just write Clojure". In practice with Electric, we are building really complex/dynamic abstractions (think pure functional app-builder and highly concurrent UI) and we haven't even felt a need to implement multimethods yet. https://github.com/hyperfiddle/electric
- Isomorphic Development
- Humble Chronicles: Managing State with Signals
-
Use of Posh for frontend development?
I'd expect your auth stuff to mostly just work with some minor jiggling of the middlewares. We have a few out of the box approaches to routing, the tutorials app uses hyperfiddle.router which is an experimental composable router (may be a bit hard to use), the easiest starting point would be a simple goog.history integration. Someone posted a retit integration in the slack iirc. And you can of course roll your own.
-
lumberdev/tesserae: A Clojure spreadsheet and more!
Built with Electric Clojure and Missionary! https://github.com/hyperfiddle/electric
What are some alternatives?
When comparing electric-examples-app and electric you can also consider the following projects:
posh - A luxuriously simple and powerful way to make front-ends with DataScript and Reagent in Clojure.
fulcro - A library for development of single-page full-stack web applications in clj/cljs
odoyle-rules - A rules engine for Clojure(Script)
hoplon - Simple and powerful tool for building web apps out of highly composable elements in ClojureScript.
relic - Functional relational programming for Clojure(Script).
idiomorph - A DOM-merging algorithm