YorkLin's Garden
Powered by
🌱Roam Garden
react
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
^^由於[[data oriented 面向數據]]的作法與[[react]]希望以code來表現view的想法相似,所以[[clojure]]應用在[[react]]更加的合適,code可以更完整的表現view而不會出現[[html]]語言的[[邏輯斷層]]^^
February 21st, 2021
閱讀此文章要有一定的[[react]]知識與[[前端(frontend)]]知識
February 21st, 2021
在[[clojurescript]]中可以用```javascript (defn component [] [:div "Hello, world!"])```來表達[[react]]的```javascript function component() { return ( <div> "Hello, world!" </div> ); }```而關鍵差異在於
react