我已经有一个使用 Bower 组件(日期选择器、滑块、切换器、下拉列表、图表等)的 HTML 管理模板。这个模板有一个我想在我的应用程序中使用的布局。
我想知道我可以使用这个模板和反应样板。
我已经在 React 和 Symfony 中使用了这个模板,没有问题,工作得很好。结构是这样的:
- Main Symfony App folder
- Some Symfony folder
- Some Symfony folder
- the SRC Symfony folder where I Have all the bundles
- UserBundle: here I have the React componentes
- the Web Symfony folder: this is the public content
- here I have assets, bower components, etc.
但现在我的目标是将所有 React 部分移出并将它们放在 Web 文件夹中,在这里我将让 react-boilerplate 工作。
但我不知道从哪里开始。任何人都可以提示如何使用已经制作的带有大量凉亭组件的 html 模板,但由 react-boilerplate 提供支持?
提前致谢。