3

I am thinking on using SilverStripe as a CMS for a website I'm coding. I want to use ReactJS for the theme of the frontend's UI. I can't find any information on this except from this, but that only states that they are integrating it and nothing else. Have also looked into this but that's a backend UI extension.

Has anybody tried it out?

juanecabellob
  • 458
  • 3
  • 14
  • 1
    This sort of question is off topic for Stackoverflow - you'd have better luck on the SilverStripe Forums or in the community Slack channel :) – scrowler Feb 14 '17 at 18:55
  • Unfortunately, questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic here. However, you may find better luck [SoftwareRecs.SE](//softwarerecs.stackexchange.com/tour). Remember to read [their question requirements](//softwarerecs.stackexchange.com/help/on-topic) as they are more strict than this site. – Machavity Feb 14 '17 at 19:11
  • Reformulated the questions to make it compliant with Stack Overflow's requirements – juanecabellob Feb 14 '17 at 20:13

1 Answers1

6

SilverStripe makes no assumptions or impositions on what you do with your frontend. You're free to use any framework and/or toolchain you like. For some good examples of React/Webpack with in a SilverStripe theme, check out:

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

Or for just a basic webpack workflow:

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

UncleCheese
  • 1,584
  • 9
  • 14