-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Implement DevCards #6
Comments
For further background and reflection on the implementation here: https://roamresearch.com/#/app/ego/page/Vy97Agw7s Short answer is that this wasn't totally necessary, but keeping the code changes in case we do find |
tomisme
added a commit
to tomisme/athens
that referenced
this issue
May 25, 2020
jeroenvandijk
pushed a commit
that referenced
this issue
May 26, 2020
DominicChiampi
pushed a commit
to DominicChiampi/athens
that referenced
this issue
May 4, 2021
Merge from origin
juniusfree
pushed a commit
to juniusfree/athens
that referenced
this issue
Jul 1, 2021
Show cursor after indent
korlaism
pushed a commit
to korlaism/athens
that referenced
this issue
Jul 19, 2021
* Experiment with sci (athensresearch#67) and devcards (athensresearch#6) * fix style * move devcards ns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DevCards isolates components so you can iterate on components in isolation from the rest of the app.
It's ClojureScript's Storybook.js, a development-time Design System.
Testable Clojurescript apps by Juxt goes deeper on dev/testing tools.
Also looking into Dirac and Debux.
The text was updated successfully, but these errors were encountered: