Skip to content
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

Support for re-frame (ClojureScript) #57

Closed
vikeri opened this issue Jun 3, 2016 · 3 comments
Closed

Support for re-frame (ClojureScript) #57

vikeri opened this issue Jun 3, 2016 · 3 comments

Comments

@vikeri
Copy link

vikeri commented Jun 3, 2016

This seems quite excellent. And fortunately it would conceptually work very well with the popular ClojureScript frontend framework re-frame that is very similar to Redux but implemented in ClojureScript.

Would it be possible to open this up for other uni-directional data implementations than Redux? Maybe provide some kind of API?

@skellock
Copy link
Contributor

skellock commented Jun 4, 2016

Heyo!

This is very possible. Actually this is very similar in spirit to the solution proposed to #54.

I'll take a look at re-frame to see what's up.

Do you think this would require a ClojureScript client? Or can you call JS directly? As you can tell, I know nothing about it.

@vikeri
Copy link
Author

vikeri commented Jun 4, 2016

Great to hear! ClojureScript can call JavaScript directly so no need to implement it in ClojureScript. Being a functional language it is preferable to interact with functions rather than objects though.

@skellock
Copy link
Contributor

skellock commented Aug 9, 2016

So for 1.0, we'll have a JSON interface between the client and server. This paves the way for some custom stuff like what you're looking for.

https://github.com/reactotron/reactotron/tree/next/packages/reactotron-core-client#messages

Coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants