gpt4 book ai didi

python - 将服务器上的 flask python 变量作为 props 传递给 reactjs

转载 作者:行者123 更新时间:2023-11-28 19:06:28 25 4
gpt4 key购买 nike

I'm trying to pass flask variables from the server to react but I can't get it working. At the moment I have a render function in a reactjs file that looks like:
ReactDOM.render(
<Attribute prop1='{{ prop1 }}' prop2='{{ prop2 }}' />,
document.getElementById('main')
);

在 flask 服务器上的 python 中,我有:

return render_template('index.html', prop1=var1, prop2=var2)

最佳答案

应该是

  <Attribute prop1={ prop1 } prop2={ prop2 } />

关于python - 将服务器上的 flask python 变量作为 props 传递给 reactjs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46139389/

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