Hi Mike,

Thanks for answering my question on the Reagent list about "this.props"

With respect to the no-cursor architecture, I'm currently having a problem
in trying to keep my "reusable input component" both generic, so not
specific to the data structure since that would kill re-usability, and at
the same time avoid re-rendering all instances of the component on the page
which happens which the cursor carrying the data structure sub-tree meant
for input fields on the page is changed. So when I change the value in one
of the re-usable input components all input components are re-rendered
because the cursor that holds that sub-tree is dereferenced inside the
component.

How would your cursor-less architecture help this case? If it's hard to
visualize or vague I would be happy to document it in a video.

Thank you Mike and hope to chat with you at some point about ideas I have
for Reagent. I wonder if Dan is on this list too and has time to chime in?

Marc

On Wed, Feb 25, 2015 at 3:13 PM, Jane Dampney <[email protected]> wrote:

> On Wednesday, February 25, 2015 at 10:52:23 PM UTC+11, Mike Thompson wrote:
> > A Reagent Framework For Writing SPAs, in ClojureScript.
> >
> > README and source code: https://github.com/Day8/re-frame
> >
> > "Derived data, flowing" in a two-stage, FRP loop.
> >
> > Absolutely no Cursors!!
> >
>
> Wow!  No Cursors, indeed.
>
> Really well thought out, and nicely explained.
>
> Appears similar to https://github.com/evancz/elm-architecture-tutorial
> but not the same.  I like the use of middleware and love the possibility
> of using statecharts.
>
>
>
>
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to