-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added React.js like render mechanism #219
base: master
Are you sure you want to change the base?
Conversation
@daveray Travis produced: |
project.clj
Outdated
@@ -20,7 +20,7 @@ | |||
; | |||
:aliases { "examples" ["run" "-m" "seesaw.test.examples.launcher"] } | |||
|
|||
:dependencies [[org.clojure/clojure "1.8.0"] | |||
:dependencies [[org.clojure/clojure "1.4.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted to 1.8.0 again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tried to find out how jenkins tests work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok
When SAtom (special atom type) changes, components which use this satom also re-renders their look.
Simple usage: