Adding React custom detail components into existing Admin UI Pages #2082
-
Hello, We are working on a POC to see if Vendure could answer the needs of our client. I think I saw on another topic that seemed related, that it would be difficult to do, and would not be as good as if we used Angular for this purpose. If yes, is it still the case ? Thanks in advance for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Currently it is not possible to use a React component for extending an existing detail page such as the customer detail page. You'd need to use Angular, as described in the Custom Detail Components docs. React can be used to create entirely new routes though, just not embedded inside existing pages. In the future I would like to allow React to be used in all these places, but it's not immediately planned. |
Beta Was this translation helpful? Give feedback.
Hi,
Currently it is not possible to use a React component for extending an existing detail page such as the customer detail page. You'd need to use Angular, as described in the Custom Detail Components docs. React can be used to create entirely new routes though, just not embedded inside existing pages.
In the future I would like to allow React to be used in all these places, but it's not immediately planned.