使用 Reactjs 创建 SilverStripe 主题

Create a SilverStripe theme with Reactjs

我正在考虑使用 SilverStripe 作为我正在编码的网站的 CMS。我想使用 ReactJS 作为前端 UI 的主题。除了 this, but that only states that they are integrating it and nothing else. Have also looked into this,我找不到任何关于此的信息,但这是后端 UI 扩展。

有人试过吗?

SilverStripe 不会对您对前端的操作做出任何假设或强加。您可以自由使用您喜欢的任何框架 and/or 工具链。有关 SilverStripe 主题中 React/Webpack 的一些很好的示例,请查看:

https://github.com/stevie-mayhew/silverstripe-redux-example

或者只是一个基本的 webpack 工作流程:

https://github.com/unclecheese/silverstripe-webpack-starter