Relative Content

Tag Archive for react-admin

Function Field Not Rendering anything

I’m using react-admin v4 <FunctionField /> component to render a year that a review was created. the render function I’m supplying it is as follows:

How to use react-admin with require?

I’m trying to make a CRUD system for XWiki objects and I’d like to use react-admin for it. Here’s how XWiki docs say we can integrate libraries into XWiki: How to integrate React and XWiki?. Or here’s an article for integrating javascript libraries in general: Integrating JavaScript Libraries.