cljs-react-devtools
React DevTools for ClojureScript wrappers (by roman01la)
clojure-inertia-pingcrm-demo
PingCRM on Clojure - A Clojure/Script fullstack demo application to illustrate how Inertia.js works. (by prestancedesign)
cljs-react-devtools | clojure-inertia-pingcrm-demo | |
---|---|---|
1 | 4 | |
45 | 120 | |
- | 0.0% | |
5.1 | 0.0 | |
26 days ago | about 3 years ago | |
Clojure | Clojure | |
Eclipse Public License 2.0 | 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.
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.
cljs-react-devtools
Posts with mentions or reviews of cljs-react-devtools.
We have used some of these posts to build our list of alternatives
and similar projects.
clojure-inertia-pingcrm-demo
Posts with mentions or reviews of clojure-inertia-pingcrm-demo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-27.
-
Is there anything in Clojure comparable to Hotwire in Rails or Phoenix Live View in Elixir? I've had with SPA's.
You still have your different pages on the server side, and inject data into the page template like you would a classic MVC style framework, but the templates are defined client-side in JS. When you first load the page, the client downloads the JS and gets the template data to fill it in from the server. Then on subsequent actions/page navigations, the client includes a request header that tells the back end to respond with only the page name and data, so that it can just swap to the new page and inject the data into it client side. Quite cool! They have a demo clojure app here https://github.com/prestancedesign/pingcrm-clojure and hosted here
-
Diving into clojure
The source code is available here: https://github.com/prestancedesign/clojure-inertia-pingcrm-demo
- Ping CRM (Laravel/PHP) Ported to Clojure
- Ping CRM: complete single page web application built with Clojure
What are some alternatives?
When comparing cljs-react-devtools and clojure-inertia-pingcrm-demo you can also consider the following projects:
re-frame - A ClojureScript framework for building user interfaces, leveraging React
ring - Clojure HTTP server abstraction
reagent - A minimalistic ClojureScript interface to React.js
spa-demo
antizer - ClojureScript library for Ant Design React UI components
shadow-w-backend - A tiny example project for setting up development using nREPL and shadow-cljs.