Hello All,
I am working on a use case as follows: The UI is with reagent, re-frame for
subscription & Luminus, and for the backend, I use Compojure. I also tried
with Liberator, but for simplicity, I am using only Compojure now.
I also use Secretary & cljs-ajax for SPA routing and ajax.
->
Clojure 1.7 introduced Reader Conditionals which allows you to write one
Clojure file (with a .cljc) extension, and use conditional expressions to
let Clojure make Java calls and ClojureScript make JavaScript calls. How
easy or hard it would be to convert a Clojure library to a
Clojure/ClojureScrip
On Friday, September 11, 2015 at 8:58:56 AM UTC-4, Dan Campbell wrote:
> Hi,
>
> I've been having some difficulty, locating documentation that explains how to
> get a listbox item value. There are loads of examples of how to obtain or
> set the value of a text area, or of a browse-style list.
>
On Tuesday, December 2, 2014 at 3:45:52 AM UTC-8, Russell Dunphy wrote:
> I'm trying to get my head around structuring my client-side routes (in a
> reagent app) using secretary, and I'm struggling to work out the best way of
> dealing with the "redirect-after-post" scenario where I have a form t
I just found out that the DOM manipulation part of React has been split off as
react-dom.
So in my limited understanding, it should be possible to run the diffing
algorithm (any algo that can take previous and current state and spit out a DOM
diff) in a web worker thread and send the diff over
Thank you, David.
I knew it's not supported in Clojure. However I assumed ClojureScript supports
this syntax since everything works as expected if v is not used inside method
body :)
пятница, 11 сентября 2015 г., 19:22:10 UTC+3 пользователь David Nolen написал:
> Protocol methods do not support
https://github.com/stuartsierra/component
On 11 September 2015 at 17:42, Marc Fawzi wrote:
> What is Stuart's Component system? :)
>
> Sent from my iPhone
>
>> On Sep 11, 2015, at 9:40 AM, Colin Yates wrote:
>>
>> - sente, transmit, edn and core.async for a seamless two-way 'channel'
>> between
What is Stuart's Component system? :)
Sent from my iPhone
> On Sep 11, 2015, at 9:40 AM, Colin Yates wrote:
>
> - sente, transmit, edn and core.async for a seamless two-way 'channel'
> between front and backend
> - re-frame for subscriptions and just-enough architecture for your UI
> - reagent
- sente, transmit, edn and core.async for a seamless two-way 'channel'
between front and backend
- re-frame for subscriptions and just-enough architecture for your UI
- reagent for a very light-touch way of describing your UI (om could
also be placed here)
- http-kit on the server side
- prismatic
This is an extension to a reply to a Reagent user about running multiple async
ops in parallel and executing some handler when all finish.
I am wondering if my hunch is correct that CSP is a necessary abstract model
for async processes that require complex coordination and/or communication but
Protocol methods do not support var args. We should probably add a syntax
check for this, http://dev.clojure.org/jira/browse/CLJS-1445
David
On Fri, Sep 11, 2015 at 12:13 PM, Yuri Govorushchenko
wrote:
> Hello,
>
> I guess I've stumbled upon a compilation error. The repo for reproducing
> is he
Hello,
I guess I've stumbled upon a compilation error. The repo for reproducing is
here:
https://github.com/metametadata/cljs-reify-error
TL;DR:
(let [v 123
obj (clojure.core/reify
Object
(meth [this x y & z] ;; remove ampersand to make this script work
I’m curious what your favorite web stacks in Clojure and Clojurescript are
these days. Client and server libs you like to use and what you like and don’t
like about them.
Cheers,
Jamie
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You receiv
Hi,
I've been having some difficulty, locating documentation that explains how to
get a listbox item value. There are loads of examples of how to obtain or set
the value of a text area, or of a browse-style list.
I think the problem is that, in the html, it's not actually called 'listbox',
an
14 matches
Mail list logo