gpt4 book ai didi

reactjs - 如何将 ReactJS 组件与 Clojurescipt/Reagent 结合使用

转载 作者:行者123 更新时间:2023-12-03 13:24:22 26 4
gpt4 key购买 nike

是否可以包装ReactJS组件以与Reagent一起使用在 Clojurescript 中?我有read这是。有人可以给我提供一个基本的例子吗?

谢谢

最佳答案

这是我的解决方案(我将使用 React-Bootstrap Panel 组件):

1) 在您的 html 中包含 react-bootstrap.min.js

2)以下是面板组件的示例用法:

(def PanelComp (. js/ReactBootstrap -Panel))
(defn page
[]
[:div
[:div [PanelComp {:header "Panel heading without title"} "Panel content"]]])

关于reactjs - 如何将 ReactJS 组件与 Clojurescipt/Reagent 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27110425/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com