maxime-rainville / silverstripe-react
A helper library for creating react component in Silverstripe CMS
Installs: 3 566
Dependents: 4
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 7
Language:JavaScript
Type:silverstripe-vendormodule
pkg:composer/maxime-rainville/silverstripe-react
Requires
Requires (Dev)
- phpunit/phpunit: ^9.6
 - squizlabs/php_codesniffer: ^3.6
 
- 0.1.x-dev
 - 0.1.0
 - 0.0.0
 - dev-feature/react-admin
 - dev-dependabot/npm_and_yarn/express-4.18.2
 - dev-dependabot/npm_and_yarn/qs-6.5.3
 - dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
 - dev-dependabot/npm_and_yarn/minimatch-3.0.8
 - dev-dependabot/npm_and_yarn/async-2.6.4
 - dev-feature/react-admin-breadcrumbs
 
This package is auto-updated.
Last update: 2025-10-29 03:19:03 UTC
README
IN DEVELOPMENT!!!
This library provide a helpers to make it easy to create react component for Silverstripe CMS.
Requirements
Installation
composer require maxime-rainville/silverstripe-react
Documentation
Add links into your docs/ folder here unless your module only requires minimal documentation in that case, add here and remove the docs folder. You might use this as a quick table of content if you have multiple documentation pages.
Maintainer documentation
Rebuilding the pattern library
This module integrate with the Silverstripe CMS pattern library. To view the pattern library:
- Make sure you have installed 
silverstripe/adminfrom source. - Run 
cd vendor/silverstripe/adminfrom the root of your project. - Run 
yarn installto install thesilverstripe/admindependencies. - Run 
yarn pattern-libto build the pattern library. This will auto-discover themaxime-rainville/silverstripe-reactlibrary. - Point your browser to http://localhost:6006. Stories specific to this module will be under "ReactAdmin".