Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Fulcro Alternatives
Similar projects and alternatives to fulcro
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
-
-
-
clojure-dsl-resources
A curated list of Clojure resources for dealing with domain-specific languages.
-
usermanager-example
A little demo web app in Clojure, using Component, Ring, Compojure, Selmer (and a database)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
fulcro discussion
fulcro reviews and mentions
-
JSX over the Wire
The framework checklist[1] makes me think of Fulcro: https://fulcro.fulcrologic.com/. To a first approximation you could think of it like defining a GraphQL query alongside each of your UI components. When you load data for one component (e.g. a top-level page component), it combines its own query with the queries from its children UI components.
[1] https://overreacted.io/jsx-over-the-wire/#dans-async-ui-fram...
-
Riff: A “mycelium-clj” for the Clojure ecosystem?
I definitely believe Clojure needs a rails. Not only will it help beginners get started, if it can help people get started faster and build fast like Django and rails do, I think it'll help more with adoption.
Biff and fulcro seems like they have a shot at this
Biff- https://github.com/jacobobryant/biff
Fulcro - https://github.com/fulcrologic/fulcro
- A History of Clojure (2020) [pdf]
-
Most commonly used libraries/frameworks in Clojure
A library that is a bit leaning towards a framework is Fulcro, a fullstack library to build SPAs http://fulcro.fulcrologic.com/
-
[ANN] London Clojurians Talk: Why you need Fulcro, the web framework to build apps better, faster (by Jakub HolĂ˝)
Fulcro (https://github.com/fulcrologic/fulcro) is my web framework of choice whenever I need to create any non-trivial web application thanks to its productivity. Its overarching design goal is sustainable development speed as time goes and code grows and it really shows up. It is developer friendly, with minimal boilerplate, and features you need for any serious application. And it is surprisingly flexible. Fulcro is based on a few simple ideas that combine powerfully to produce a multitude of capabilities, including its Rapid Application Development "add-on". Some people find Fulcro complicated and scary - but it doesn't need to be. Stop choosing "simpler" web frameworks - and ending up implementing half of Fulcro with much more effort and verbosity and much less value. I will present the minimalist way of learning Fulcro with its three corner stones and explain Fulcro's building blocks. After this talk, you will understand the design and value of Fulcro, be motivated to learn it, and equipped to do so quickly.
-
Electric Clojure second batch of tutorials - multiplayer chat, backpressure, component lifecycle, todolist
I am curious how this compares to Fulcro both from a conceptual and a usage perspective. Which advantages does this offer over Fulcro?
-
Libraries that join front and back end?
Fulcro has a complete "story" for data-driven UIs and backends. https://github.com/fulcrologic/fulcro
- What are some great Clojure libraries, as of 2021?
-
Looking for an example of server-side rendering and client-side rendering with Clojure(script)
We do that via Fulcro: render the first frame in CLJ on JVM, then continue with CLJS in browser. The code is a bit dirty and probably won’t tell you much (because I can’t share the whole app), but you can definitely do that.
-
A note from our sponsor - InfluxDB
influxdata.com | 25 Apr 2025
Stats
fulcrologic/fulcro is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of fulcro is Clojure.