-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
sci boxes #91
sci boxes #91
Conversation
Totally understand if folks aren't sold on devcards, or think experiments like this should be in a separate project / codebase 😄 |
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.
Really cool @tomisme! Given your questions in the PR, would you like to merge or are you still working on this?
(ns athens.devcards.sci-boxes | ||
(:require | ||
[cljsjs.react] | ||
[cljsjs.react.dom] |
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.
I'm not sure why these react imports are necessary but I get "React is not defined" when they're not there
Happy to merge, I won't be able to do any more work on it for a little while. That way others can play around with it :) Should I squash/rebase my commits first? Or can it be done automatically with github's PRs? |
It can be done on GH @tomisme. Just share the final commit here and @jeroenvandijk or I will copy it in. :) Or we can squash directly! |
Excellent. Yeah I think that's the last of it, ready when you are :) |
I'll let @jeroenvandijk finish the PR because he reviewed already and he's been working with sci more closely. To respond to your comment @tomisme , though, the reason you need to require
is because React needs to be shimmed when using |
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.
Nothing even runs on |
Anything at localhost:3000/cards.html? |
For me, It is available on @tangjeff0: You can also start a separate server using |
* Experiment with sci (athensresearch#67) and devcards (athensresearch#6) * fix style * move devcards ns
An experiment in connecting mini SCI environments
Let's say you could put executable code in Athens' blocks.
Some questions:
Attempted approach:
*1
)Some other approaches:
Fun stuff to try:
spit
/slurp
to IPFS etc.