YorkLin's Garden
Powered by
🌱Roam Garden
clojurescript
This is an "Orphan" page. Its core content has not been shared: what you see below is a loose collection of pages and page snippets that mention this page, as well as snippets of this page that were quoted elsewhere.
Referenced in
February 21st, 2021
在[[clojurescript]]中可以用```javascript (defn component [] [:div "Hello, world!"])```來表達[[react]]的```javascript function component() { return ( <div> "Hello, world!" </div> ); }```而關鍵差異在於
clojurescript